factor/library/test/annotate.factor

8 lines
84 B
Factor
Raw Normal View History

IN: temporary
2006-09-06 18:06:11 -04:00
USING: test words tools ;
: foo ;
\ foo watch
[ ] [ foo ] unit-test