ud.  ( d -- )

published: 29 January 2023 / updated 29 January 2023

Lire cette page en français

 

vocabulary: forth

Removes the value from the top of the stack and displays it as an unsigned double precision integer.

Example:

1. ud.                  \ display 1 
1. 2. ud.               \ display 2  leave 1 on the stack 
1. 2. d+ ud.            \ display 3  add 1 and 2, leave nothing on the stack