> 10 PRINT "HELP!"
> 20 GOSUB 10
> 30 END (I know... with the GOSUB it isn't necessary, but shortcuts
> aren't cool ;)
>
> Help!
> Help!
> HeC^
>
> Patrick

Shouldn't that be ^C?

QuickBasic translation:

PrintHelp:
  PRINT "Help!"
  Goto PrintHelp

:)




Reply via email to