61

Syntax Summary
RAD (see Chapter 3)
Use
RAD is afunctionto converts angles in degrees to radians.
Syntax
RAD)argumentl
where
argumentis a numeric-expression.
RANDOMIZE (see Chapter 3)
Use RANDOMIZE is used to set the seed for BASIC 2 Plus’s pseudx-random number
generator.
Syntax RANDOMIZE [seed-value)
where seed-value is a numeric-expression.

RD (see Chapter 15)
Use
These statements delete (remove) a directory. (See also RMDIR.(
Syntax
RD red-of-line
where
rest-of-line is everything up to the end of the line
READ (see Chapter 2)
Use READ is used to read data from a DATA statement into general—variables. Syntax READ general—variable[, general—variable)...

RECORD (see Chapter 2)
Use RECORD is used to specify a record structure which can be imposed on strings.
Syntax
RECORD record-name; field-definifion[, field-definition)
where
field-definition
is: numeric-field-name[vector-field)[storage-class)
or: string-fleld-name[vector-field) FIXED length numeric-field-name is a numeric-identifier, giving the name of a numeric field string-field-name isa string-identifier, giving the name of string field vector-field is )dimension-bounds)
or [dimension-bounds]
where dimension-bounds is as in DIM.
storage-class is integer-class (KEY)
or IEEE4orIEEE8
where integer-class is one of BYTE, UBYTE, WORD, UWORD, INTEGER
length is an integer-evpression giving a value in the range 1.4096.
BASIC 2 PIus: User Guide & Quick Reference
61

61