Execute Computer/Zero: Difference between revisions

Dialects of BASIC moved to the BASIC section.
m (→‎{{header|Raku}}: Actually exercise the interpreter)
(Dialects of BASIC moved to the BASIC section.)
Line 109:
</pre>
 
=={{header|Applesoft BASIC}}==
==={{header|Applesoft BASIC}}===
<syntaxhighlight lang="gwbasic"> 0 FOR P = 1 TO 5: READ S$: PRINT S$" : ";: FOR MEM = 0 TO 31: ON LEN (S$) > 0 GOSUB 90:A = VAL (S$): GOSUB 2: NEXT MEM: GOSUB 7: PRINT A: NEXT P: END
1 LET A = V: RETURN
511

edits