[][src]Module basic::__Chapter_3::TAB

TAB(X) Returns a string of spaces.

Used in a PRINT statement, moves to the requested column. Does nothing if already past the requested column. If X is negative, moves to the start of next -X wide zone.

PRINT 1.99 TAB(20) "furlongs per year"
 1.99               furlongs per year