54

MID$ Function (see Chapter 4)
Use MIDS is afunctionto select a substring from a given string.
Syntax MI DS)argument, start[, length))
where argumentis a string-expression
start and length are integer-expressions, start must give a value greaterthan zero; length must give a value greaterthan or equal to zero. Neither may be greaterthan 4096.

MID$ Statement (see Chapter 4)
Use MIDS assigns a string to a substning.
Syntax MIDS)string-general-variable, start[, length)) = string-expression
where
startand length are integer-expressions. startmust give a value greaterthan zero; length
must give a value greaterthan or equal to zero. Neither may be greaterthan 4096.
MIN (see Chapter 3)
Use MIN is a function which returns the value of its smallest argument.
Syntax MIN)argument, argument[, argument)...)
where argumentis numeric-expression.

MKDIR (see Chapter 15)
Use These statements make a new directory. (See also MD.)
Syntax MD rest-of-line
where red-of-line is everything up to the end of the line

MODULE (see Chapter 7)
Use
MODULE is used to define a module a program unit which may be accessed and
executed by a BASIC 2 Plus program.
Syntax MODULE module-identifier[) formal-list))
module-body
END MODULE

MOVE (see Chapter 11)
Use MOVE moves the graphics cursor.
Syntax MOVE [I/stream-number, I point
54

54