Specifications
Manuals
Brands
Denso Manuals
Barcode Reader
Power Net Terminal BHT-7500
231
232
233
234
235
236
237
238
239
240
229
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
ta
tements:
DECLARE
TEST
3
1
...
...
236
237
238
239
240
...
...
560