]> git.lizzy.rs Git - micro.git/commit
Fix the syntax for Raku variables. (#2309)
authorJuan Francisco Cantero Hurtado <iam@juanfra.info>
Wed, 22 Dec 2021 04:47:31 +0000 (05:47 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Dec 2021 04:47:31 +0000 (23:47 -0500)
commitfd20fc8837d3a0ed7760c6bd0959b18d877f5334
tree9558bd79b8f78c3d3b5cfa2c1c8e90658c3c5cda
parentc442d7030deab4118be45558184a55725b0db1d2
Fix the syntax for Raku variables. (#2309)

The current version has problems with the last argument and the
brackets in this code:

sub myfunction(Int $x1, Int $x2){

}

Taken from:
https://github.com/hankache/raku.nanorc/blob/master/raku.nanorc
runtime/syntax/raku.yaml