hexadecimal, hex
-
keyword for number formatting — as hexadecimal, as hex
-
new in 1.67
-
a variable’s format may be set to hex to cause it to display in hexadecimal
-
Examples: +
put (9+4) as hex —> 0xDput 13 into codeNumset codeNum's format to "hexadecimal"put codeNum —> 0xDadd 2 to codeNumput codeNum —> 0xF