Changes

Jump to: navigation, search

Locomotive BASIC

170 bytes added, 11:25, 26 February 2007
/* WRITE */
: [...]
==== WRITE [#st,] v[$], v[$] ==== : [Writes the values of the specified variable to the specified stream...] : Example: <pre>10 OPENOUT "DUMMY"20 INPUT A$,A30 WRITE #9,A$,A40 CLOSEOUT</pre>
==== ZONE i====
197
edits