<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


UD.R Search:

In Double-Precision Numeric Display Words in 32-bit library

Word Name: UD.R
Type: Standard word
Data Stack Signature: ud:x s:width –
Return Stack Signature: --
Availability: V1.2
Description:

Displays an unsigned double-precision value right justified to 'width' characters.

Example:

123. 6 UD.R (displays ***123 where each * represents a space character)

Comment:

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.

See Also: D.R 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>