7 lines
117 B
Factor
7 lines
117 B
Factor
|
IN: temporary
|
||
|
USING: help sequences math test ;
|
||
|
|
||
|
[ t ]
|
||
|
[ "variables" search-help [ second number? ] all? ]
|
||
|
unit-test
|