fork download
  1. function nn(x) return x <> 0 end
  2.  
  3. nn(0)
  4. nn(0.1)
  5. nn(0.0)
  6. nn(10)
  7. nn(-10)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
luac5.3: prog.lua:1: unexpected symbol near '>'
stdout
Standard output is empty