Well, the subject line already contains my question. I wrote some tests
about scalar autovivification. The short sequence:

my Str $x;
$x ~= 'a';

produces 'Stra' in pugs, because $x contains a Str proto object, that
stringifies to the type name.
>From my understanding of the synopsis that's correct, but rather
unintuitive.

So, what should $x be after these two statements?

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to