Re: My unicode keeper

2019-12-10 Thread ToddAndMargo via perl6-users
I am having a ton if fun with this! E = ½MV² my $e; my $m=5; my $v=22; $e=½*$m*$v²; say $e 1210

Re: My unicode keeper

2019-12-10 Thread ToddAndMargo via perl6-users
On 2019-12-10 13:50, ToddAndMargo via perl6-users wrote: Hi All, My unicode keeper.  It is a work in progress.  Pelase comment, if you be of a mind to. Do we use `U2248 ≈` at all?  Maybe I just use that on in writing, instead of ~ -T Today's revised revision with new additions and ammendme

Re: My unicode keeper

2019-12-10 Thread ToddAndMargo via perl6-users
On 2019-12-10 13:55, Veesh Goldman wrote: literal, not litter. Hi Veesh, Chuckle. Thank you! So, how many kittens did the typo produce? :-) -T

Re: My unicode keeper

2019-12-10 Thread Veesh Goldman
> > For use as a litter quote in a regex (Q[] does not work inside regex's) > >say so Q[A:\] ~~ / 「:\」 /; >True > literal, not litter. On Tue, Dec 10, 2019 at 11:54 PM ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > Hi All, > > My unicode keeper. It is a work in pro