Loops/While: Difference between revisions

Line 524:
'X=X/2
'PRINT X
 
PRINT:PRINT"Press any key to end."
 
'When compiled as a console only program, a press any key to continue message is automatic.
'I presume the code is added by the compiler.
CLOSECONSOLE