factor/extra/unix/stat/stat.factor

12 lines
163 B
Factor
Raw Normal View History

2008-02-27 02:55:49 -05:00
USING: system combinators vocabs.loader ;
IN: unix.stat
{
{ [ linux? ] [ "unix.stat.linux" require ] }
{ [ t ] [ ] }
}
cond