Skip to main content

Module RIGHT

Module RIGHT 

Source
Expand description

ยงRIGHT$(A$,X) Returns the rightmost X characters of A$.

PRINT RIGHT$("HUNT THE WUMPUS", 6)
WUMPUS