Script
constructor(constants: Map<String, Expression>, dimension: Expression = Point(Number(100), Number(100)), backgroundColour: Expression = Colour(Number(255), Number(255), Number(255)), instructions: List<Instruction>)
Parameters
constants
Constants defined within the scope of the script.
dimension
Display window dimension. Default: (100, 100).
background Colour
Display window background color. Default: |255|255|255| (White).
instructions
List of script Instructions.