/[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.1.2.2 by ossau, Wed Nov 14 00:02:58 2001 UTC revision 1.1.2.3 by ossau, Tue Mar 12 20:51:25 2002 UTC
# Line 182  this procedure directly, use the procedu Line 182  this procedure directly, use the procedu
182  @rnindex eval  @rnindex eval
183  @c ARGFIXME environment/environment specifier  @c ARGFIXME environment/environment specifier
184  @deffn primitive eval exp environment  @deffn primitive eval exp environment
185  Evaluate @var{exp}, a list representing a Scheme expression, in the  Evaluate @var{exp}, a list representing a Scheme expression,
186  environment given by @var{environment specifier}.  in the top-level environment specified by @var{environment}.
187    While @var{exp} is evaluated (using @code{primitive-eval}),
188    @var{environment} is made the current module.  The current module
189    is reset to its previous value when @var{eval} returns.
190  @end deffn  @end deffn
191    
192  @rnindex interaction-environment  @rnindex interaction-environment

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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