5 lines
128 B
Factor
5 lines
128 B
Factor
|
IN: temporary
|
||
|
USING: gadgets-lists models prettyprint math test ;
|
||
|
|
||
|
[ ] [ f <model> [ ] [ 3 + . ] <list> call-action ] unit-test
|