Posted 20 January 2020 - 07:12 AM
When I run `my_script.lua` on a pad, and there is a `while true do … end` sentence in the script, how can I kill this process?
In the real world, we use `ctrl+c` or `ctrl+d` but they are not working here.
If it is running on a turtle, I can dig the turtle to stop the program, but when it is running on a labeled pad, it seems I can do nothing about it…
In the real world, we use `ctrl+c` or `ctrl+d` but they are not working here.
If it is running on a turtle, I can dig the turtle to stop the program, but when it is running on a labeled pad, it seems I can do nothing about it…