Changes

Jump to: navigation, search

Locomotive BASIC

7 bytes added, 14:17, 26 February 2007
/* BIN$ (i1,[i2]) */
==== BIN$ (i1,[i2]) ====
: Returns binary representation of i1 between -32768 and 65535. The number of binary digits (0s and 1s) is specified by i2 (0-16)
::''Example:'':: <pre>PRINT BIN$(66,8) - prints 01000010</pre>
==== CHR$ (n)====
197
edits