<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Double-Precision Numeric Display Words in 32-bit library
Displays an unsigned double-precision value right justified to 'width' characters.
123. 6 UD.R (displays ***123 where each * represents a space character)
123. 6 UD.R
If the number to be displayed is too large to fit within the specified width, then 'width-1' characters of the number are displayed, with a leading # symbol to indicate that characters are missing from the displayed number.
#