Changes

Jump to: navigation, search

Locomotive BASIC

5 bytes added, 16:46, 19 December 2006
/* CHR$ */
:: PRINT BIN$(66,8) - prints 01000010
==== CHR$ (n)====Returns the character for a given indexn. For instance CHR$(65) returns the character 'A'. Valid indices range from 0 (zero) to 255.
As an example, try the following basic program :
Anonymous user