Skip to content

Commit 04eaa46

Browse files
authored
Merge pull request #295 from boriel/bugfix/string_base
Fix string base not being used
2 parents bbfb7e9 + c7344bd commit 04eaa46

File tree

13 files changed

+5384
-2
lines changed

13 files changed

+5384
-2
lines changed

tests/functional/str_base0.asm

Lines changed: 889 additions & 0 deletions
Large diffs are not rendered by default.

tests/functional/str_base0.bas

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)