factor/library/test/words.factor

10 lines
165 B
Factor
Raw Normal View History

2004-08-19 19:36:28 -04:00
IN: scratchpad
2004-08-26 22:21:17 -04:00
USE: math
2004-08-19 19:36:28 -04:00
USE: test
USE: words
[ 4 ] [
"poo" "scratchpad" create [ 2 2 + ] define-compound
"poo" [ "scratchpad" ] search execute
] unit-test