Handbook
Glossary
(set-os-envs) ( seq -- )
Vocabulary
environment
Inputs
seq
a
sequence
Outputs
None
Word description
Low-level word for replacing the current set of environment variables.
Notes
In most cases, use
set-os-envs
instead.
Definition
USING:
system
;
IN:
environment
HOOK:
(set-os-envs)
os
( seq -- )
Methods
USING:
alien.data
alien.utilities
environment
io.encodings.utf8
system
;
M:
unix
(set-os-envs)
utf8
strings>alien
malloc-byte-array
set-os-envs-pointer
;