Changes

Jump to: navigation, search

Locomotive BASIC

265 bytes added, 14:26, 25 August 2012
/* ZONE i */
: Changes the width of the print zone. Default is 13.
: Example:
<pre>
10 MODE 2
20 PRINT"normal zone (13)"
30 PRINT 1,2,3,4
RUN
normal zone(13)
1 2 3 4
READY
20 PRINT"now with different zone(5)"
30 ZONE 5
40 PRINT 1,2,3,4
RUN
now with different zone(5)
1 2 3 4
READY
</pre>
=== Operators ===
205
edits