Thread
:
help w/ vending machine - make sure coin inserted first?
View Single Post
Dec 13th, 2005, 9:57 AM
#
37
Indigno
Professional Programmer
Join Date: Dec 2005
Location: Anywhere non-productive
Posts: 267
Rep Power:
0
I'm not familiar with this language, but it should be something along the lines of
(
Toggle Plain Text
)
if coininsert = 1 then (rest of program here) else print "Please insert a coin" end
if coininsert = 1 then (rest of program here) else print "Please insert a coin" end
Indigno
View Public Profile
Find More Posts by Indigno