Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
change-population ( object quot -- object )
Vocabulary
accessors
Definition
USING:
kernel
;
IN:
accessors
:
change-population
( object quot -- object )
over
[
[
population>>
]
dip
call
]
dip
swap
>>population
;
inline