factor/library/test/memory.factor

15 lines
172 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 [
[
2005-02-14 22:29:40 -05:00
(instances) [
2005-02-14 22:15:02 -05:00
class drop
] each
] keep
] repeat