1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-09-29 12:54:55 +00:00
C02/stmnt.h

9 lines
236 B
C
Raw Normal View History

/************************************
* C02 Statement Compiling Routines *
************************************/
char asnvar[VARLEN+1]; /*Assigned Variable Name*/
char asnidx[VARLEN+1] ; /*Assigned Variable Index*/