Re: irrational nubmer?

2020-03-10 Thread Shlomi Fish
Hi Todd! On Wed, 26 Feb 2020 12:32:57 -0800 ToddAndMargo via perl6-users wrote: > On 2020-02-26 12:14, Tobias Boege wrote: > > On Wed, 26 Feb 2020, ToddAndMargo via perl6-users wrote: > $ p6 'say (99/70).base-repeating();' > (1.4 142857) > > means that 142857 also repeats (

Re: stashing an array in a hash and yanking it back out

2020-03-10 Thread William Michels via perl6-users
Hi Joe, So I had a chance to play with hashes further, and I noticed something that you might be interested in. It seems that 'bare' declaration of a hash with a "my" lexical scope enables you to stash away multiple 'hash' elements at the top level using a 'curly brace' syntax. However using the '