6 posts
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
8543 posts
Posted 17 July 2013 - 01:23 PM
Split into new topic.
1114 posts
Location
UK
Posted 17 July 2013 - 01:31 PM
What is wrong with it?
8543 posts
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.