(
n1 n2 -- )
Display
n1 right aligned in a field
n2
characters wide. If the number of characters required to display
n1 is greater than
n2, all digits are displayed
with no leading spaces in a field as wide as necessary.
Rationale:
In .R, "R" is short for RIGHT.