Help for this page
#!/usr/bin/perl6 ... } } }
method will_live(int $y, int $x) returns bool { ... @.grid[$y][$x] ?? $alive == 2|3 :: $alive == 3; }