fork download
  1. if 2>1 then
  2. print("2 is bigger than 1 :D")
  3. else
  4. print("wait what.")
  5. end
Success #stdin #stdout 0.01s 2496KB
stdin
Standard input is empty
stdout
2 is bigger than 1 :D