Jump anywhere: Difference between revisions

m
m (fix markup)
Line 1,318:
All that said, don't use spaghetti code -- use functions. You can still by spark plugs for a 1985 Yugo, but why?
<syntaxhighlight lang="futurebasic">
window 1
include "ConsoleWindow"
 
print "First line."
Line 1,337:
"Outa here"
print "... with goto and gosub, thankfully."
 
end
HandleEvents
</syntaxhighlight>
Output:
723

edits