]> gitweb.factorcode.org Git - factor.git/blob - basis/system-info/windows/nt/nt-tests.factor
Updating code to use with-out-parameters
[factor.git] / basis / system-info / windows / nt / nt-tests.factor
1 USING: math.order strings ;
2 IN: system-info.windows.nt
3
4 [ t ] [ cpus 0 1024 between? ] unit-test
5 [ t ] [ username string? ] unit-test