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 7b142b6 commit c7344bdCopy full SHA for c7344bd
12 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