From e4e9418dae7447154f01b9d813996b3d17f13615 Mon Sep 17 00:00:00 2001 From: Abdulaziz Ghuloum Date: Sat, 3 Nov 2007 20:40:02 -0400 Subject: [PATCH] * Updated documentation regarding "*interactive*" command-line. --- doc/ikarus-users-guide.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/ikarus-users-guide.tex b/doc/ikarus-users-guide.tex index 66b48e9..65b840a 100644 --- a/doc/ikarus-users-guide.tex +++ b/doc/ikarus-users-guide.tex @@ -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