factor/library/test/inspector.factor

12 lines
206 B
Factor

IN: temporary
USING: test inspector prettyprint math ;
[[ 1 2 ]] inspect
[ 1 2 3 ] inspect
f inspect
\ + inspect
[ "hello world how are you" ]
[ [ "hello" "world" "how" "are" "you" ] " " join ]
unit-test