On Mon, 16 Dec 2002, Nicholas Clark wrote: > Also, is the first of these a bug? > > $ ./perl6 -e 'print 3/undef; print "\n"' > Can't call method "tree" on an undefined value at ./perl6 line 342.
Yes. The C<undef> function isn't fully, well, defined. /s