This is a little thing i just whiped on DBC.
Edit: I decided to change the code to something more positive
rem this is just a small little code i just made while roaming the internet.
rem the purpose of this code is not to really test if you want pie rem or not (I just chose that theme because it was simple), but to
rem show beginner programmers a basic text input code, hope it
rem helps someone :-)
Do
input "Do you want some pie?", YN$
if YN$="yes" then gosub YES
if YN$= "no" then gosub NO
if Y$= "yes" then gosub NO2
loop
YES:
Print "Me To :-)"
end
return
NO2:
print "Fine, more for me"
end
return
NO:
Print "it's really delicious"
input "are you still don't want it?",Y$
return
Cocacola and Pepsi aren't that differnt. Deal with it.