Specifications
Manuals
Brands
Denso Manuals
Barcode Reader
Power Net Terminal BHT-103
221
222
223
224
225
226
227
228
229
230
Chapter 14. Statem
ent Reference
218
Example:
File
1
File 2
DECLARE FUNCTION add(x,y)
FUNCTION
add(X,Y)
A=1:B=2
add=X+Y
PRINT "TEST"
END FUNCTION
C=add(A,B)
PRINT C
.
.
.
Refer
ence:
S
tatem
ent
s:
DECLARE
TEST
3
1
...
...
224
225
226
227
228
...
...
577