environment: Fix using lists..
parent
b7d16801ff
commit
3143222223
|
@ -1,6 +1,7 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs help.markup help.syntax io.streams.string sequences strings ;
|
||||
USING: assocs environment.unix help.markup help.syntax
|
||||
io.streams.string libc sequences strings ;
|
||||
IN: environment
|
||||
|
||||
HELP: (os-envs)
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
! Copyright (C) 2008 Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: assocs combinators init kernel sequences splitting
|
||||
system vocabs vocabs.loader ;
|
||||
USING: assocs combinators environment.unix help.markup
|
||||
help.syntax init io.streams.string kernel libc sequences
|
||||
splitting strings system vocabs vocabs.loader ;
|
||||
IN: environment
|
||||
|
||||
HOOK: os-env os ( key -- value )
|
||||
|
|
Loading…
Reference in New Issue