I have cygwin
under Windows 8 and I've installed and run raku
which I understand to be just Perl6.
I wanted to print some strings and numbers but say
doesn't do the job (please see the black snippet below) it just do nothing unlike it is described here:
hynek0@hynek /cygdrive/c/Users/hynek0/Desktop/FU
$ raku --version
This is Rakudo version 2020.05.1 built on MoarVM version 2020.05
implementing Raku 6.d.
EDIT 2