BIN$CONVERSION FunctionWindows/Unix

A binary conversion function which will convert any positive INTEGER number to its binary representation.

Syntax: BIN$(numeric-expression)
S$ = BIN$(123)

Details:
Negative numbers are not supported, and so results are not defined. This is fixed in the SnakeDile LIBs dated November, 2006 or later.