added a function to convert the buildt in array to a dynamic array

This commit is contained in:
IgorCielniak
2026-02-10 11:31:39 +01:00
parent 08892c97bb
commit 2f5b1f40b1
2 changed files with 10 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ end
#memdump [*, len | addr] -> [* | addr]
word memdump
for
dup c@ puti cr 1 +
dup @ puti cr 8 +
end
end