Class Write
- Namespace
- BOOSE
- Assembly
- BOOSE.dll
public class Write : Evaluation, ICommand
- Inheritance
-
Write
- Implements
- Inherited Members
Methods
CheckParameters(string[])
Does nothing in this case.
public override void CheckParameters(string[] parameter)
Parameters
parameter
string[]
Execute()
Write string to console. Also puts the evaluated string into this.evaluatedExpression so it can be used for outputting to other components, such as a text field.
public override void Execute()