; throw(error(existence_error(directory, Directory), Context))
).
-%% workind_directory(Dir0, Dir).
+%% working_directory(Dir0, Dir).
%
% Dir0 is the current working directory, and the working directory
% is changed to Dir.
% arguments and the program arguments, we use `--` as a separator.
%
% Example:
+%
% ```
% % Call with scryer-prolog -f -- -t hello
% ?- argv(X).
-:- module('$toplevel', [copy_term/3, started/0]).
+:- module('$toplevel', [copy_term/3]).
:- use_module(library(atts), [call_residue_vars/2]).
:- use_module(library(charsio)).