bin
Binary value.
Returns value of binary argument
x
.
Syntax
bin[x]
Parameters
x
Binary representation of value.
Return Value
Value of binary argument
x
.
Examples
#
<result>
=
bin
[
0101
]
result: 5
See also
hex
,
chr