Zane H. Healy wrote:
I've always preferred the following. The key part
is how I end line 10
with the spaces and the semicolon.
10 PRINT "HELLO, WORLD ";
20 GOTO 10
The first program I ever wrote in BASIC was (drumroll, please):
10 GOTO 10
Peace... Sridhar