> Consider the code:
>
> my $foo = 1 is Found;
> &bar($foo);
>
> sub bar { my $baz = shift; if ($baz.Found) { ...} }
>
> Does the value of $baz have the Found property?
Yes.
> If so, does the compiler know that?
No. Because it only has the property at run-time.
Damian
- $foo.Foun (was Re: Properties and stricture) Me
- Re: $foo.Foun (was Re: Properties and stricture) Michael G Schwern
- Re: $foo.Foun (was Re: Properties and stricture) Damian Conway
- Re: $foo.Foun (was Re: Properties and stricture) Me
- "closed" property ((was Re: $foo.Fo... David L. Nicol
- Re: $foo.Foun (was Re: Properties and stricture) Damian Conway
- Re: $foo.Foun (was Re: Properties and stricture) Me
- Re: $foo.Foun (was Re: Properties and stricture) Damian Conway
- Re: $foo.Foun (was Re: Properties and stricture) Me
- Re: $foo.Foun (was Re: Properties and stricture) David L. Nicol
- Re: $foo.Foun (was Re: Properties and stricture) Me
- Re: $foo.Foun (was Re: Properties and stricture) Daniel S. Wilkerson
- Re: $foo.Foun (was Re: Properties and stricture) Michael G Schwern
- Re: $foo.Foun (was Re: Properties and stricture) David H. Adler
- Re: $foo.Foun (was Re: Properties and stricture) Dave Storrs
