Binary and Hexadecimal Numbers (Expression) — SkCheese
Addon: SkCheese · Category: Expression · Since: 1.0.0
Syntax
0(x|X)<[A-Fa-f0-9]+>Description
Allows the use of hexadecimal and binary formats to represent literal numbers.
Examples
set {_hex} to 0xFF # 255
set {_bin} to 0b1010 # 10