Questions about "saving" (work and otherwise) #697
Unanswered
ChristopherDrum
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry for the basic question, but I don't see an obvious way to do this.
For context, I'm learning DurexForth and am doing programming examples, tutorials, etc.
In DurexForth, there is a
vimclone and I write my program to disk using:w!filenameIn the main interface, I can run
lsto see what's on disk, and I see my file there.However, when I quit VirtualC64, I get two strange occurences.
lsmy appended file from earlier is not there.I see that if I open back up the "saved changes" I'm brought back to the DurexForth program already running. So I guess "saving changes" is... saving state? Am I expected to just keep saving/opening the same state file? At what point will the files I create be written to an actual file so I can use them on another system?
Beta Was this translation helpful? Give feedback.
All reactions