
-----------------------------------
BrownKidFTW
Wed May 27, 2015 9:44 am

Turing Program Help
-----------------------------------
I have to create a lemonade stand type game and I have the shop completed I am looking for any help possible and also why my code will not run. :?:
BTW Could Not Post in Turing Help For some reason So plds Don't yell at me

Mod Edit: Moved to Turing Help.

-----------------------------------
Insectoid
Wed May 27, 2015 6:18 pm

RE:Turing Program Help
-----------------------------------
You've got a lot of syntax errors. This means some parts of your code are gibberish. Look at what you've written here:
conditions. A condition is a true/false (or yes/no) question. Is the sun blue? Is a > 5? Did I clip my toenails today? These can be combined with the 'and' and 'or' keywords, as well as a few others. Is a > 5 and does b = 2?

You also used := instead of = in a few places. That will fix up your syntax errors so your code will actually run. There are a few other errors in there though that aren't quite so obvious that I'll let you find on your own.

-----------------------------------
BrownKidFTW
Thu May 28, 2015 9:08 am

Re: Turing Program Help
-----------------------------------
Thank you very much  :D
