On Mon, Jul 19, 2021 at 09:20 Marcel Timmerman wrote:
> On 7/19/21 2:29 PM, Tom Browder wrote:
>
> On Mon, Jul 19, 2021 at 06:57 Marcel Timmerman wrote:
>
> Reading a bit, I came across old documents (with a warning that these are
>> out of date) https://design.raku.org/S02.html#Multiline_Commen
On Mon, Jul 19, 2021 at 06:57 Marcel Timmerman wrote:
Reading a bit, I came across old documents (with a warning that these are
> out of date) https://design.raku.org/S02.html#Multiline_Comments . It
> states that any unrecognized format name should be treated as a comment
> block, which the abov
Hi,
Still trying to find a way to have test code in my programs. Normally
not executed but an imported class could make some sense of it. Others
have tried already but I wanted to do the following which looks promising;
=begin Gnome-T
=begin code
my Int $i = 10;
=end code
=end Gnome-T
I c