Right-aligns a string within a fixed width, padding with spaces. Takes str (string to align), width (total width in characters). Returns a string of exactly width characters, with str right-aligned and padded with spaces on the left.
str
String
width
Int
; No example implemented yet