Help for this page
sub till { ... return 0 if ($state < 1); # init condition still false return $_[2 * ($state - 1)]->($_); }