On 9/10/09, Benoit Bleau wrote: > Here's another technical no-goto: > > 10 A=PEEK(167) : PRINT "HELLO WORLD "; : POKE 167,A > --- That's a neat trick, but it would certainly be more frowned upon than using a GOTO. It will only work if the end of the PEEK command and the end of the POKE command are located within the same 256 byte page. Darren