| #H | |
| Syntax | #Hnumber |
| Explanation | Logo treats a number that begins with #H as a hexadecimal number (base 16). Valid hexadecimal numbers are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F. The value of the number in the current base (as reported by :BASE) is output. |
| Example | #HFF Result: 255 |