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.
2 parents bbfb7e9 + c7344bd commit 04eaa46Copy full SHA for 04eaa46
13 files changed
tests/functional/str_base0.asm
tests/functional/str_base0.bas
@@ -0,0 +1,7 @@
1
+
2
+#pragma string_base=1
3
4
+DIM a$(2)
5
+LET a$(2) = "12345"
6
+LET a$(2)(2) = "X"
7
0 commit comments