factor/library/test/annotate.factor

8 lines
78 B
Factor
Raw Normal View History

IN: temporary
USING: test words ;
: foo ;
\ foo watch
[ ] [ foo ] unit-test