Add test for DEF(@)

This commit is contained in:
ISSOtm
2020-01-09 06:10:28 +01:00
parent 98a221d6b6
commit f1f70d250a
4 changed files with 14 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
IF DEF(@)
PRINTT "defined\n"
ELSE
PRINTT "not defined\n"
ENDC
+2
View File
@@ -0,0 +1,2 @@
ERROR: pc-def.asm(1):
'@' is not allowed as argument to the DEF function
View File