Performance Command

Sets the frequency of calls to the APL interpreter, as well as the number of commands processed in one call.

Syntax

Performance keyword [command count]

where keyword can be:

LOW Invokes the interpreter once per second.
MEDIUM Invokes the interpreter six times per second.
HIGH Invokes the interpreter eighteen times per second.
FRAME Invokes the interpreter between each frame.
DEFAULT Performs six calls to the interpreter per second and processes three commands per call (processes 18 commands each second).
command count Specifies the number of commands processed in one call.

Remarks

If the keyword is DEFAULT, do not specify command count.

Example

'Preferred setting for adventures.

PERFORMANCE HIGH 5