Loops/While: Difference between revisions

m
→‎{{header|Minimal BASIC}}: {{works with|Nascom ROM BASIC|4.7}} added.
m (→‎{{header|Minimal BASIC}}: {{works with|Nascom ROM BASIC|4.7}} added.)
Line 729:
Minimal BASIC have no <code>while</code> construct. Equivalent using conditional jump:
{{works with|Commodore BASIC}}
{{works with|Nascom ROM BASIC|4.7}}
<lang gwbasic>
10 REM Loops/While
Anonymous user