fork download
  1. local x = y
  2. while true do
  3. y = 2
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
1
2
10
42
11
compilation info
luac: prog.lua:3: 'end' expected (to close 'while' at line 2) near '<eof>'
stdout
Standard output is empty