Re: When can I take given as read?
by Carl Franks other posts by this author
Jun 21 2005 12:54AM messages near this date
Re: When can I take given as read?
|
Re: When can I take given as read?
> sub factorial (Int $n is topic) {
> return 1 when 0;
> return $n * factorial $n;
> }
hmm, could we write...
sub foo (Class $self is topic: +$foo, +$bar) {
.method;
}
to avoid having to use ./
?
Cheers,
Carl
Thread:
Piers Cawley
Larry Wall
Damian Conway
Carl Franks
Juerd
Rod Adams
|