We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ad716 commit c5d14a9Copy full SHA for c5d14a9
4 files changed
tests/functional/prepro81.bi
@@ -0,0 +1,7 @@
1
+#define SCREEN_W1 5
2
+
3
+#if SCREEN_W == 5
4
+ LET a$ = "test"
5
+#endif
6
7
tests/functional/prepro81.out
@@ -0,0 +1,6 @@
+#line 1 "prepro81.bi"
+#line 6 "prepro81.bi"
tests/functional/prepro82.bi
@@ -0,0 +1,8 @@
+#define SCREEN_W "5"
+#if SCREEN_W == "5"
+ REM testº
+ PRINT "test"
8
tests/functional/prepro82.out
@@ -0,0 +1,9 @@
+#line 1 "prepro82.bi"
+#line 7 "prepro82.bi"
9
0 commit comments