TSC AUTO ID Technology Co., Ltd. 105 Copyright 2013 All Rights Reserved.
EOP
Description
End of program. To declare the start and end of BASIC language commands used in a program,
DOWNLOAD "FILENAME.BAS " must be added in the first line of the program, and "EOP " statement at
the last line of program.
Syntax
EOP
Example
Sample code (The example program listed below will download to printer SDRAM.)
DOWNLOAD "DEMO.BAS"
SIZE 4,4
GAP 0,0
DIRECTION 1
SET TEAR ON
CLS
TEXT 100,100,"3",0,1,1,"DEMO PROGRAM"
PRINT 1
EOP
See Also
DOWNLOAD, INPUT, FILES, ~!F