[][src]Module basic::__Chapter_3::RIGHT

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

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