Songzhiquan
Results
3
issues of
Songzhiquan
nqp::getlex() could not get a variable arg: ``` my $sub-name := '&say'; ok((?nqp::getlex($sub-name) == 1), "&say is global routine"); ``` nqp-moarvm: OUTPUT«expected QAST constant; didn't get one at gen/moar/stage2/QAST.nqp:5402 (/home/camelia/rakudo-inst-...
with the 10.6 reference manual, function name have been deprecated.
` ` is not built-in subrule ``` #!perl6 use Test; my regex dot { '.' } my regex lt { '' } my regex null { } ok( '.' ~~...