fork download
  1. funtion=Dealer()
  2. Dealer=1
  3. if Dealer==1 then print"how are you doing?"
  4. elseif Dealer==2 then print"How may I help you?"
  5. end end
  6.  
  7. Dealer()
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
luac: prog.lua:5: '<eof>' expected near 'end'
stdout
Standard output is empty