63

RETURN (see Chapter 6)
Use RETURN is used toterminate a subroutine.
Syntax RETURN

RIGHT (see Chapter 12)
Use These statements change the current heading. (See alsx RT, LEFT and LT.( Syntax RIGHT [I/stream-number, I angle-change
where angle-changeis a numeric-expression.

RIGHT$ (see Chapter 4)
Use
RIGHTS is afunctionto truncate a string by selecting only its rightmost
characters.
Syntax RIGHTS)argument, lengthl
where
argument is a string-expression and length is an integer-expression returning a value in the
range 0.4096.

RMDIR (see Chapter 15)
Use
RMDIR deletes (removes) a directory. (See also RMDIR.)
Syntax
RD rest-of-line
where
rest-of-line is everything uptothe end of the line
RND (see Chapter 3)
Use
RND is a function which returns a pseudo-random number.
Syntax
RND[largumentl)
where
argumentis an integer-expression, giving a value in the range 1.65535.
ROUND (see Chapter 3)
Use
ROUND is function which retums the value of its argument rounded to a specific
number of decimal places.
Syntax ROUND)argument[, rounding))
where argument is a numeric-expressionand rounding is an integer-expression.
Syntax Summary


U
BASIC 2 PIus: User Guide & Quick Reference 63

63