Class Peek
- Namespace
- BOOSE
- Assembly
- BOOSE.dll
Peek an array, i.e. get the value of an array cell. [variable] = peek [array name] [row] [optional column]
public class Peek : Array, ICommand
- Inheritance
-
Peek
- Implements
- Inherited Members
Constructors
Peek()
public Peek()
Methods
CheckParameters(string[])
Checks that there are 3 or 4 parameters.. array (size) (optional dimension)
public override void CheckParameters(string[] Parameters)
Parameters
Parameters
string[]
Compile()
Ensure array is correctly declared
public override void Compile()
Exceptions
Execute()
Evaluate any expression and store the evaluatedExpression result in instance data for sub classes. Expressions are evaluated at runtime by a StoredProgram object (Program)
public override void Execute()