This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Mickvvt1's profile picture

Terminal Program Help

Started by Mickvvt1, 17 July 2013 - 05:10 AM
Mickvvt1 #1
Posted 17 July 2013 - 07:10 AM
Hello I Need Some Help With My Little Terminal Program
Here Is The PasteBin http://pastebin.com/cCrCbcU3
Lyqyd #2
Posted 17 July 2013 - 01:23 PM
Split into new topic.
Zudo #3
Posted 17 July 2013 - 01:31 PM
What is wrong with it?
Lyqyd #4
Posted 17 July 2013 - 01:35 PM
Comparison requires == instead of =, so your if should start `if input ==`, and you need an `end` at the end. If your program is named Terminal, you need to remove the shell.run at the end, add another `end` to the end, and put `while true do` at the beginning.