Title here
Summary here
ArkScript REPL can be launched by calling arkscript without any file argument.
It will look for the ARKSCRIPT_REPL_STARTUP environment variable to optionally preload code. See the getting started guide to configure it.
(repl:history) returns the REPL history as a string(repl:save filename) saves the REPL history to a file(repl:load filename) loads a file into the REPL (copies its content to the current session, to avoid path problems with imports)help: display this messagequit: quit the REPLsave: save the history to diskhistory: print saved codereset: reset the VM state