Implement READFILE function (#1759)

This commit is contained in:
Rangi
2025-07-18 18:27:52 -04:00
committed by GitHub
parent 4a2f9fc744
commit 53c39d01d4
12 changed files with 102 additions and 9 deletions

5
test/asm/readfile.asm Normal file
View File

@@ -0,0 +1,5 @@
def s equs readfile("readfile.inc")
println strupr(#s) ++ "!"
redef s equs readfile("readfile.inc", 5)
println strrpl(#s, "l", "w") ++ "?"