StickOS
DI-159 PLC Hardware Manual
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
Страница 51: ...StickOS DI 159 PLC Hardware Manual 4 is even _ 51...
Страница 76: ...DI 159 Block Diagram 76...
Страница 77: ...Dimensional Drawing 77...