Skip to content
lenanya edited this page Jan 5, 2025 · 1 revision

useage

atf;

append the string node at the top of the stack into the file at the file path in X

example

push "hi";
push "hi.txt"
ldx;
atf;
// appends hi to hi.txt
Clone this wiki locally