On Mon, 10 May 2010, Andrew Burton wrote:
Well, a "hello world"
"programme" in HTML only takes 1 line of code!! :)
Well, a "hello world" "programme" in BASIC only takes 1 line of
code!! :)
Not on my oldest BASIC machine. It is 2 lines :
10 DISP "HELLO WORLD"
20 END
The END is required, you get an error message if it's not there. I am
sure from the somewhat non-standed BASIC (DISP rather than PRINT) you can
work out what machine it is.
-tony