We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3223365 commit 5816497Copy full SHA for 5816497
2 files changed
testsuite/tests/abbrev.bas
@@ -17,6 +17,8 @@ ABSA = 10
17
? 1 T. 5 3 ' This is parsed as ? 1 ; TAB(5) ; 3
18
? 1 T.5+3 ' This is parsed as ? 1 ; TAB(5) ; +3
19
? 1 T.(5+3) ' This is parsed as ? 1 ; TAB(5+3)
20
+? 1 C.1+1 ' This is parsed as ? 1 ; COLOR(1) +1
21
+? R.1+1 ' This is parsed as ? RTAB(1) +1
22
? "X"
23
24
' Test all abbreviations:
testsuite/tests/abbrev.chk
@@ -16,7 +16,9 @@ Start
16
10
1 3
-1 X
+1 10
+1
+X
3
12547
ABLLO
0 commit comments