factor/library/test/inspector.factor

8 lines
114 B
Factor

IN: temporary
USING: test inspector prettyprint math ;
[[ 1 2 ]] inspect
[ 1 2 3 ] inspect
f inspect
\ + inspect