u. ( x -- )
published: 29 January 2023 / updated 29 January 2023
Removes the value from the top of the stack and displays it as an unsigned single precision integer.
Example:
1 u. \ display 1 -1 u. \ display 65535
published: 29 January 2023 / updated 29 January 2023
Removes the value from the top of the stack and displays it as an unsigned single precision integer.
1 u. \ display 1 -1 u. \ display 65535