/[guile]/guile/guile-core/doc/ref/scheme-evaluation.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/scheme-evaluation.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ghouston, Fri Aug 2 22:58:38 2002 UTC revision 1.8 by mvo, Tue Aug 13 22:06:14 2002 UTC
# Line 205  return the environment in which the impl Line 205  return the environment in which the impl
205  evaluate expressions dynamically typed by the user.  evaluate expressions dynamically typed by the user.
206  @end deffn  @end deffn
207    
208  @deffn {Scheme Procedure} eval-string string  @deffn {Scheme Procedure} eval-string string [module]
209  @deffnx {C Function} scm_eval_string (string)  @deffnx {C Function} scm_eval_string (string)
210  Evaluate @var{string} as the text representation of a Scheme  @deffnx {C Function} scm_eval_string_in_module (string, module)
211  form or forms, and return whatever value they produce.  Evaluate @var{string} as the text representation of a Scheme form or
212  Evaluation takes place in the environment returned by the  forms, and return whatever value they produce.  Evaluation takes place
213  procedure @code{interaction-environment}.  in the given module, or in the current module when no module is given.
214    While the code is evaluated, the given module is made the current one.
215    The current module is restored when this procedure returns.
216  @end deffn  @end deffn
217    
218  @deffn {Scheme Procedure} apply:nconc2last lst  @deffn {Scheme Procedure} apply:nconc2last lst

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26