title: “BINARY/NUMBER” author: “laplante@plcb.ca” date: 2023-04-13 version: “1.0.0”
A binary number can be specified with the prefix 0b.
0b
# test a simple binary number res={{ a := 0b101; a; }} return: res=5