* Updated documentation regarding "*interactive*" command-line.
This commit is contained in:
parent
e7d66d95b4
commit
e4e9418dae
|
@ -503,8 +503,11 @@ start in interactive mode. Each of the \texttt{files} is first
|
|||
loaded, in the interaction environment. The interaction environment
|
||||
initially contains all the bindings exported from the
|
||||
\texttt{(ikarus)} library (see Chapter~\ref{chapter:ikarus}). The
|
||||
optional \texttt{arguments} following the \texttt{--} marker can be obtained
|
||||
by calling the \texttt{command-line} procedure.
|
||||
optional \texttt{arguments} following the \texttt{--} marker can be
|
||||
obtained by calling the \texttt{command-line} procedure. In
|
||||
interactive mode, the first element of the returned list will be the
|
||||
string \texttt{"*interactive*"}, corresponding to the script name in
|
||||
\rnrs{6}-script mode.
|
||||
|
||||
|
||||
\BoxedText{Note:}{The interactive mode is intended for quickly
|
||||
|
|
Loading…
Reference in New Issue