Casio ClassPad 300 PLUS User Manual
Page 585

20050501
Local
Syntax:
Local
Ⅺ<variable name>, <variable name> ...
Function:
Defines a local variable.
Description
The following are the merits of local variables.
• Since local variables are deleted automatically, use of local variables for temporary storage
avoids unnecessary use of available memory.
• Since local variables do not affect general variables, you can name local variables without
worrying about whether the name you are using is already used by another variable.
Lock
Syntax:
Lock
Ⅺ<variable name>, <variable name> ...
Function:
Locks variables.
LockFolder
Syntax:
LockFolder
Ⅺ<folder name>
Function:
Locks the specified folder and all the files currently inside of it.
MoveVar
Syntax:
MoveVar
Ⅺ<variable name>, <current folder name>, <destination folder name>
Function:
Moves a variable to the specified folder.
NewFolder
Syntax:
NewFolder
Ⅺ<folder name>
Function:
Creates a new folder.
Rename
Syntax:
Rename
Ⅺ<current variable name>, <new variable name>
Function:
Renames a variable.
12-6-40
Program Command Reference