SirBogman
SirBogman
Some of these tests don't work in Rakudo. I was trying to use this for code golf. I have no idea how to fix this.
## The Problem The output for `$_="0X";put m/\d/,m/X/;` should be `0X`, but it is `XX`. ## Related examples The output for `$_="0X";put m/\d/;` is `0`, which is correct. The output...
For example, the program `1 . .` prints the following to standard output (truncated): ``` 1 Data stack underflow (U) [ c-to-factor => ] c-to-factor (U) [ [ (get-catchstack) push...
This follows the convention that hooked letters represent nilads. For example, ɠ reads from STDIN. For example, to treats all command line arguments as numbers and outputs the sum of...
``` say "burden" ~~ /(.**{2})+n/ ``` ## Expected Behavior ``` 「urden」 0 => 「ur」 0 => 「de」 ``` ## Actual Behavior ``` 「burden」 0 => 「bu」 0 => 「rd」 0...