I'm pretty new to DBpro, but I'm learning pretty fast. I'm making a joke operating system as some practice with BASIC code. It says "cannot close nest at line 43" (the end of the code).
hide mouse
ink rgb(250,250,250),0
Input "Gimmeh J00r naem > ";name$
cls
print "why halo thar " ;name$
wait key
print "welcome to Tom Cruise's magic Operating system, Nice grafixx rite???//one"
wait key
cls
print "Whar you wanna go son. Type help.exe."
input "> ";go$
if go$="help.exe"
cls
print "ello govnah'. Programss arreeee..."
wait key
print "help.exe, strongbademail.exe."
wait key
rem Clears screen
dostuff:
print "where u wunna go son"
input "> ";explore$
if explore$="strongbademail.exe"
cls
print "What emails you wunna check, press the # to read itsssss"
wait key
print "1. New swimsuit"
print "2. querty"
print "9. Meatballs from Italy"
wait key
input "> " ;email$
if email$="1"
print "You're not Strong bad, you sock!"
goto dostuff:
cls
if email$="2"
print "You're not Strong bad, you sock!"
goto dostuff:
cls
if email$="9"
print "You're not Strong bad, you sock!"
goto dostuff:
cls
endif