mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
adding docs for sexp_env_import
This commit is contained in:
parent
bce1e6a4d2
commit
9c0d8d0a86
1 changed files with 5 additions and 0 deletions
|
@ -523,6 +523,11 @@ Returns the current binding of \var{sym} in \var{env}, or \var{dflt} if there
|
||||||
is no binding.
|
is no binding.
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
\item{\ccode{sexp_env_import(sexp ctx, sexp to, sexp from, sexp ls, sexp immutp)}
|
||||||
|
\p{
|
||||||
|
Imports the bindings from environment \var{from} into environment \var{to}. \var{ls} is the list of bindings to import - if it is \scheme{#f} then import all bindings. If \var{immutp} is true the imported bindings are immutable and cannot be redefined.
|
||||||
|
}}
|
||||||
|
|
||||||
\item{\ccode{sexp_parameter_ref(sexp ctx, sexp param)}
|
\item{\ccode{sexp_parameter_ref(sexp ctx, sexp param)}
|
||||||
\p{
|
\p{
|
||||||
Returns the current dynamic value of the parameter \var{param} in the
|
Returns the current dynamic value of the parameter \var{param} in the
|
||||||
|
|
Loading…
Add table
Reference in a new issue