1 USING: system vocabs vocabs.loader kernel combinators
2 namespaces sequences io.backend accessors ;
5 "bootstrap.compiler" vocab [
7 { [ "io-backend" get ] [ "io-backend" get ] }
8 { [ os unix? ] [ "unix." os name>> append ] }
9 { [ os winnt? ] [ "windows.nt" ] }