Module LEFT

Source
Expand description

ยงLEFT$(A$,X) Returns the leftmost X characters of A$.

PRINT LEFT$("HUNT THE WUMPUS", 4)
HUNT