Rakdos Posted February 22, 2008 Posted February 22, 2008 Can anyone tell me of a language that is similar in syntax to this : define #num=99 start loop print "#num Bottle(s) of beer on the wall #num bottle(s) of beer" dec #num 1 if #num=0 then print "No Bottles of beer on the wall go to the store and buy more" else loop Thanks.
DrP Posted February 22, 2008 Posted February 22, 2008 I'm not a programmer - I can do a little bit of basic. No-ne has answered so here is my GUESS (do not use this info - it is just a guess) for a bit of fun. (here is where I make a complete fool of myself for sure!) It looks similar to Pascal or C... (???) anyway: if: #num = 0 then: 'panic'!!!!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now