We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42162aa + 7df3d67 commit 01986c2Copy full SHA for 01986c2
1 file changed
src/scan.l
@@ -121,7 +121,6 @@ RANDOMIZE { return RANDOMIZE; }
121
TIMER { return RANDOMIZE; } // this returns the RANDOMIZE token instead of making a new one
122
SYS { return SYS; } // same as CALL
123
SYSTEM { return SYS; } // same as CALL
124
-USING { return USING; }
125
VARLIST { return VARLIST; }
126
PAUSE { return PAUSE; }
127
PRESERVE { return PRESERVE; }
0 commit comments