67

Syntax Summary
SIN (see Chapter 3)
Use
SIN is a function which returns the sine of its argument.
Syntax
SIN)argumentl
where
argument is a numeric-expression.
SQR (see Chapter 3)
Use SOR is afunctixn which returns the (positive) square root of its argument. Syntax SoRlargument)
where argument is a numeric-expression. returning a positive, or zero value.

STOP (see ChapterS)
Use STOP is used to halt the execution of the program in a condition where the variables can be inspected or altered.
Syntax STOP

STR$ (see Chapter 3)
Use STRS is afunctionto convert a numeric value to string form.
Syntax STRS(argument)
where argumentis a numeric-expression.

STREAM (see Chapter 8)
Use
The STREAM statement changes the default stream. The STREAM function returns
the current stream.
Statement Syntax STREAM [I/Istream-number
FunctIon Syntax STREAM

STRING$ (see Chapter 4)
Use STRINGS is a function to generate a string of repeated characters.
Syntax STRINGSIlength, argument)
where
length is an integer-expression in the range 0.4096 and argument is a non-null string-
expression or an integer-expression giving a value in the range 0.255.
BASIC 2 PIus: User Guide & Quick Reference 67

67