10 lines
202 B
Factor
10 lines
202 B
Factor
|
IN: temporary
|
||
|
USING: generic image kernel math namespaces parser test ;
|
||
|
|
||
|
[
|
||
|
boot-quot off
|
||
|
"/library/bootstrap/boot-stage1.factor" run-resource
|
||
|
] with-image drop
|
||
|
|
||
|
[ fixnum ] [ 4 class ] unit-test
|