On Wed, Aug 26, 2015 at 12:18:46PM +0200, H.Merijn Brand wrote:
> $ perl6 -e'my Int $this = 1; $thıs++; say $this;'
> 1
> $ perl6 -Mstrict -e'my Int $this = 1; $thıs++; say $this;'
> ===SORRY!=== Error while compiling -e
> Variable '$thıs' is not declared. Did you mean '$this'?
> at -e:1
> ------> my Int $this = 1; ⏏$thıs++; say $this;

> That, IMHO, is a huge deficiency! 

so usefull in most cases of oneliners! i really hope this deficiency is
here to stay :) 

-- 
Marc Chantreux (eiro on github and freenode)
http://eiro.github.com/
http://eiro.github.com/atom.xml
"Don't believe everything you read on the Internet"
    -- Abraham Lincoln

Reply via email to