<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Some language features really should never be used. NEVER. <br><br><div>-- Mike</div><div>______________________________</div><div>Michael Friedman</div><div><a href="mailto:frimicc@gmail.com">frimicc@gmail.com</a></div></div><div><br>On Nov 7, 2015, at 2:59 PM, Douglas E. Miles <<a href="mailto:doug@veritablesoftware.com">doug@veritablesoftware.com</a>> wrote:<br><br></div><blockquote type="cite"><div>
  

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  
  
    I had to try this one for myself just to make sure it actually
    worked.<br>
    <br>
    <b>liar.p6:</b><br>
    <hr size="2" width="100%"><tt>#!/usr/bin/env perl6</tt><tt><br>
    </tt><tt><br>
    </tt><tt>use v6;</tt><tt><br>
    </tt><tt><br>
    </tt><tt>my $foo = True but False;</tt><tt><br>
    </tt><tt>say $foo;</tt><br>
    <hr size="2" width="100%"><b>Output:</b><tt></tt><br>
    <hr size="2" width="100%"><tt>$ ./liar.p6</tt><tt><br>
    </tt><tt>False</tt><br>
    <br>
    Note that this is only true (but False) for the value of <tt>$foo</tt>.
    It does not re-define <tt>True</tt> as <tt>False</tt> globally.<br>
    <br>
    P.S. This is evil. :)<br>
  

</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Phoenix-pm mailing list</span><br><span><a href="mailto:Phoenix-pm@pm.org">Phoenix-pm@pm.org</a></span><br><span><a href="http://mail.pm.org/mailman/listinfo/phoenix-pm">http://mail.pm.org/mailman/listinfo/phoenix-pm</a></span></div></blockquote></body></html>