.perl and other methods on Junctions?

2008-11-04 Thread Patrick R. Michaud
Consider the code: my $x = 3 | 'foo'; my $y = $x.perl; Does $y end up as a junction of strings or as a single string? Asking more directly, does .perl autothread over a Junction? If .perl does not autothread, then is there some way of knowing which methods autothread and which do not?

[svn:perl6-synopsis] r14599 - doc/trunk/design/syn

2008-11-04 Thread larry
Author: larry Date: Tue Nov 4 15:14:32 2008 New Revision: 14599 Modified: doc/trunk/design/syn/S02.pod Log: Define () as the Nil type Modified: doc/trunk/design/syn/S02.pod == --- doc/trunk/design/syn/S02.pod