2008-05-12 19:53:22 -04:00
|
|
|
USING: system words sequences vocabs.loader ;
|
|
|
|
|
|
|
|
{
|
|
|
|
"io.unix.backend"
|
|
|
|
"io.unix.files"
|
|
|
|
"io.unix.sockets"
|
|
|
|
"io.unix.sockets.secure"
|
|
|
|
"io.unix.launcher"
|
|
|
|
"io.unix.mmap"
|
|
|
|
"io.unix.pipes"
|
|
|
|
} [ require ] each
|
2008-01-18 19:43:14 -05:00
|
|
|
|
2008-04-02 19:25:33 -04:00
|
|
|
"io.unix." os word-name append require
|