factor/library/test/memory.factor

15 lines
183 B
Factor
Raw Normal View History

2005-02-14 22:15:02 -05:00
IN: scratchpad
USE: kernel
USE: math
USE: memory
USE: generic
USE: lists
num-types [
[
builtin-type instances [
2005-02-14 22:15:02 -05:00
class drop
] each
] keep
] repeat