Skip to content

Commit d704b44

Browse files
authored
Merge pull request #895 from boriel-basic/refact/runtime_lib
Refact/runtime lib
2 parents aed4789 + 8115454 commit d704b44

15 files changed

Lines changed: 62 additions & 8323 deletions

tests/functional/arch/zx48k/let_array_local_const0.asm

Lines changed: 7 additions & 1058 deletions
Large diffs are not rendered by default.

tests/functional/arch/zx48k/let_array_local_const0.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sub test
1313
dirs(2) = downCellValue
1414
dirs(3) = leftCellValue
1515

16-
for i = 1 to 4: print dirs(i); " ";: next i
16+
for i = 1 to 4: Poke 0, dirs(i): next i
1717
'dirs(i) = downCellValue
1818
poke 0, dirs(0)
1919
end sub

0 commit comments

Comments
 (0)