4 lines
113 B
Factor
4 lines
113 B
Factor
|
IN: eval.tests
|
||
|
USING: eval tools.test ;
|
||
|
|
||
|
[ "4\n" ] [ "USING: math prettyprint ; 2 2 + ." eval>string ] unit-testv
|