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


U.R Search:

In String Words in TurboForth Kernal

Word Name: U.R
Type: Standard word
Data Stack Signature: n width --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Displays the unsigned number n, right justified by width characters.

Example:

: NEAT ( -- )
  CR  
    1 3 U.R CR
   10 3 U.R CR

  100 3 U.R CR
;

Comment:

none

See Also: U. 

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