factor/library/test/memory.factor

13 lines
233 B
Factor
Raw Normal View History

2005-02-14 22:15:02 -05:00
IN: scratchpad
USING: generic kernel lists math memory words ;
2005-02-14 22:15:02 -05:00
num-types [
[
builtin-type [
"predicate" word-prop instances [
class drop
] each
] when*
2005-02-14 22:15:02 -05:00
] keep
] repeat