Changes

Locomotive BASIC

2 bytes added, 21:42, 19 December 2006
/* CHR$ (n) */
==== CHR$ (n)====
: Returns the character for a given index n. For instance CHR$(65) returns the character 'A'. Valid indices range from 0 (zero) to 255.
As an example, try the following basic program :