One-dimensional cellular automata: Difference between revisions

no edit summary
(Added Applesoft BASIC, Chipmunk Basic, GW-BASIC, MSX Basic and Quite BASIC)
imported>Maxima enthusiast
No edit summary
Line 15:
1'''1'''0 -> 1 # Needs one neighbour to survive
1'''1'''1 -> 0 # Starved to death.
 
;Related tasks:
* [[Elementary_cellular_automaton|Elementary cellular automaton]]
 
=={{header|11l}}==