Skip to content

Commit feb7f4e

Browse files
committed
Test added
1 parent 109fa27 commit feb7f4e

16 files changed

Lines changed: 7407 additions & 0 deletions

tests/functional/local_str_array0.asm

Lines changed: 973 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
FUNCTION test() as String
3+
DIM x(3) as String
4+
x(1) = "HELLO WORLD"
5+
RETURN x(1)
6+
END FUNCTION
7+
8+
test

0 commit comments

Comments
 (0)