Ralph,

On Sat, Jul 02, 2022 at 08:27:19PM +0100, Ralph Mellor wrote:
> Does this do what you want:
>       BEGIN my (@o, @f) = 0 xx 3;
>       @o.push: "ok";
>       say @o;
> 

seq 2|raku -ne '
        BEGIN my (@o, @f) = 0 xx 3;
        @o.push: "ok";
        say @o;
'

works fine! thank you very much.
-- 
Marc Chantreux
Direction du numérique de l'Université de Strasbourg
Pôle de Calcul et Services Avancés à la Recherche (CESAR)
http://annuaire.unistra.fr/p/20200

Reply via email to