Lisp (16)

10 Name: #!/usr/bin/anonymous : 2007-12-28 13:22 ID:Heaven

>>8
ok then...

sub list { my $x = []; (map { $x = [ pop, $x ] } @_)[-1] }
sub liststar { my $x = pop; map { $x = [ pop, $x ] } @_; $x }
This thread has been closed. You cannot post in this thread any longer.