mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
(Runtime Environment): Added entries for 'setenv' and 'unsetenv'.
This commit is contained in:
parent
35a3c69ca9
commit
91d14235cd
1 changed files with 9 additions and 0 deletions
|
@ -1138,6 +1138,15 @@ be removed.
|
|||
The return value is unspecified.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} setenv name value
|
||||
Give the environment variable @var{name} the value @var{value}. The
|
||||
name can not contain a @samp{=} character.
|
||||
@end deffn
|
||||
|
||||
@deffn {Scheme Procedure} unsetenv name
|
||||
Remove variable @var{name} from the environment. The
|
||||
name can not contain a @samp{=} character.
|
||||
@end deffn
|
||||
|
||||
@node Processes
|
||||
@section Processes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue