Runtime evaluation: Difference between revisions

Content added Content deleted
(→‎GW-BASIC: corrected section name; added qbasic markup)
Line 113: Line 113:
90 NEXT X
90 NEXT X
100 GOTO 10</lang>
100 GOTO 10</lang>

==={{works with|ZX Spectrum Basic}} ===

In ZX Spectrum Basic, loading a new program will replace the existing program. The new program will sutomatically run, if it was saved to do so by using SAVE together with LINE:

<lang zxbasic>
10 REM load the next program
20 LOAD "PROG2"
</lang zxbasic>


=={{header|Common Lisp}}==
=={{header|Common Lisp}}==