Shorten simple if statements
...
Instead of: | Do: |
---|---|
var myResult; | var myResult = #var1==1 ? true : false; |
Shorten assignment operators
...
Note: the following examples assume local variables, if using a StudyTRAX variable precede the variable code with a 3.
...