Changes

Jump to: navigation, search

Locomotive BASIC

322 bytes added, 16:39, 19 December 2006
/* CHR$ */
==== CHR$ ====
: [Returns the character for a given index.For instance CHR$(65) returns the character 'A'.Valid indices range from 0 (zero) to 255. As an example, try the following basic program : <pre>10 print chr$(208+rnd(2));:goto 10</pre> It will draw a random maze with characters 208 and 209, which are an horizontal and a vertical bar.]
==== CINT ====
Anonymous user