top of page
LANGUAGE STRUCTURE
vincent radio software developer :: VRCalc++ Language Structure
a VRCalc++ Scripted Module consists of a comma (",") separed list of instructions
​
an instruction can be
- an expression
- an assignment instruction: aValueHolder = instruction
​
an expression can be
- a list of values separed by operators
​
a value can be
- a list of instructions separed by comma and enclosed in a block
- a literal
- a value holder value such as a variable or property value
- a function call
​
Language Structure: Text
bottom of page