fork download
  1. --left lift
  2. --back push
  3.  
  4.  
  5. lift = ("false")
  6. push = ("false")
  7.  
  8.  
  9. if lift = ("true") then
  10. rs.setOutput("left", true)
  11.  
  12.  
  13.  
  14.  
  15. if push = ("true") then
  16. rs.setOutput("back", true)
  17.  
  18.  
  19.  
  20. while lift = ("false")
  21. push = ("true")
  22.  
  23.  
  24. while push = ("true")
  25. lift = ("false")
  26.  
  27.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
luac: prog.lua:9: 'then' expected near '='
stdout
Standard output is empty