4-97 List of commands
4Software
Others
Definition Defines the integer type or real number type variable. Def Inte KAISUU
Defines the character string variable. Def Char MESSAGE
efines the layout variable. (Up to 3-dimensional possible) Dim PDATA(2,3)
Defines the joint variable. Def Jnt TAIHI
Defines the position variable. Def Pos TORU
Defines the function. Def FN TASU(A,B)=A+B
Clear Clears the general-purpose output signal, variables in program, variables
between programs, etc.
Clr 1
File Opens a file. Open "COM1:" AS #1
Closes a file. Close #1
Inputs data from a file. Input# 1,M1
Outputs data to a file. Print# 1,M1
Comment Describes a comment. Rem "ABC"
Label Indicates the branching destination. *SUB1
Type Class Function Input format (example)