- or download this
// \N*
- or download this
for @functions -> my $function {
...
}
- or download this
rule quoted_string ($type)
{
...
]*
$type
}
- or download this
rule quoted_string {
$delimiter := ( <['"]> )
...
]*
$delimiter
}
- or download this
rule quoted_string {
$delimiter := ( <['"]> )
...
]
$delimiter
}