fork download
  1. n = 0
  2. if n then
  3. print("true")
  4. else
  5. print("false")
  6. end
Success #stdin #stdout 0.01s 2540KB
stdin
Standard input is empty
stdout
true