Input Syntax: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 34: Line 34:
! ''`''
! ''`''
| The backtick is used in cases where the expression is ambiguous.
| The backtick is used in cases where the expression is ambiguous.
| <code>Button 1</code> results in a syntax error, because the expression is ambiguous. Adding backticks around the button name makes it able to be parsed correctly: <code>`Button 1`</code>
| <code>Button 1</code> results in a syntax error, because the expression is ambiguous.
Adding backticks around the button name makes it able to be parsed correctly: <code>`Button 1`</code>
|-----------
|-----------
! ''&#124;''
! ''&#124;''
Line 53: Line 54:
! ''+''
! ''+''
| The expression value is equal to the LHS value and the RHS value summed up.
| The expression value is equal to the LHS value and the RHS value summed up.
| <code>`Axis 1+` + `Axis 2+`</code>
|}
|}


Navigation menu