View Single Post
Old Dec 13th, 2005, 9:57 AM   #37
Indigno
Professional Programmer
 
Indigno's Avatar
 
Join Date: Dec 2005
Location: Anywhere non-productive
Posts: 267
Rep Power: 0 Indigno is an unknown quantity at this point
Send a message via AIM to Indigno Send a message via MSN to Indigno Send a message via Yahoo to Indigno
I'm not familiar with this language, but it should be something along the lines of
 if coininsert = 1 then
(rest of program here)
else
print "Please insert a coin"
end
Indigno is offline   Reply With Quote