Fire

From Esolang
Jump to navigation Jump to search

Python but with a new operation: "Fire", it will output true if you are near fire, and it will output false if you arent

example

print("fire tester")
if Fire:
  print("OH MY GOD LEAVE")
else:
  print("yeah you ok")