Table of Contents
-
Multi-line (* *)
(* ---------- My Comment Motor 1 *)
-
Single-line //
//My Comment
- Parentheses ()
- Operations on an operand, example, SIN(x) or ABS(Y)
- Negative (−) and NOT
- *, / , MOD
- +, −
- <, >, ≤, ≥
- =, ≠
- AND
- XOR
- OR
Table of Contents
Multi-line (* *)
(*
----------
My Comment
Motor 1
*)
Single-line //
//My Comment