Handbook
Glossary
life-law ( alive? neighbors -- alive? )
Vocabulary
rosetta-code
.
one-d-cellular
Inputs
alive?
an
object
neighbors
an
object
Outputs
alive?
an
object
Definition
USING:
kernel
;
IN:
rosetta-code.one-d-cellular
:
life-law
( alive? neighbors -- alive? )
swap
[
1
=
]
[
2
=
]
if
;