Help for this page
method display { ... <$*IN>; .calculate(); } # end method display
loop { $life.display(); $life.calculate(); }
# somewhere far, far, away $life.display; `shell-script;clear`; # weird stuff on screen tty $life.display; # refresh terminal *only*