remember reset restore revive save
REMEMBER ( -- )
Save a snapshot to the default file (./myforth or /spiffs/myforth on ESP32).
RESET ( -- )
Delete the default filename.
RESTORE ( "name" -- )
Restore a snapshot from a file.
REVIVE ( -- )
Restore the default filename.
SAVE ( "name" -- )
Saves a snapshot of the current dictionary to a file.