Instruction Separation
Instructions are separated the same as in C/C++ or Java – terminate each statement with a semicolon.
Examples:
z=z*z+c;i=4;d=RotateVector(v,45);
Instructions are separated the same as in C/C++ or Java – terminate each statement with a semicolon.
Examples:
z=z*z+c; i=4; d=RotateVector(v,45);