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