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
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
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
>
> 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