#D
Syntax
#Dnumber
Explanation
Logo treats a number that begins with #D as a decimal number. Valid numbers are 0 through 9. The value of the number in the current base (as reported by :
BASE
) is output.
See also
#B
,
#H
, and
#O
.
Examples
#D1001
Result: 1001