Branch: refs/heads/master
Home: http://github.com/perl6/specs
Commit: 00572dd42250299c2d35d1735691cf5f2601c666
http://github.com/perl6/specs/commit/00572dd42250299c2d35d1735691cf5f2601c666
Author: Carl Masak <[email protected]>
Date: 2010-10-12 (Tue, 12 Oct 2010)
Changed paths:
M S06-routines.pod
Log Message:
-----------
[S06] s/tail-recursion/recursion/
Because you can use &?BLOCK calls in a non-tail position (and execution
still carries on afterwards), it's really just normal recursion.
Omission found by (Ben Goldberg)++.