Dataq DI-159 User Manual page 43

Table of Contents

Advertisement

StickOS
superfluous parenthesis (not to mention spaces) will be removed from the expression, based on
the precedence rules above.
Examples
> 10 print 2*(3+4)
> 20 print 2+(3*4)
> list
10 print 2*(3+4)
20 print 2+3*4
end
> run
14
14
> print 3+4
7
> print -3+2
-1
> print !0
1
> print 5&6
4
> print 5&&6
1
> print 3<5
1
> print 5<3
0
> print 3<<1
6
> dim a[7]
> print a#
7
> _
43
DI-159 PLC Hardware Manual

Advertisement

Table of Contents
loading

Table of Contents