Raku / examples

Many examples of Raku code
https://examples.raku.org/
Artistic License 2.0
294 stars 89 forks source link

games/tictactoe.p6 broken #34

Closed bluet closed 8 years ago

bluet commented 8 years ago

matthew@0xB1uE7:~/tmp/perl6-examples/categories/games$ perl6 -v This is perl6 version 2015.09-383-gf0d4820 built on MoarVM version 2015.09-79-gee9fc2b

matthew@0xB1uE7:~/tmp/perl6-examples/categories/games$ perl6 tictactoe.p6 Index out of range. Is: 1, should be in 0..0 in block at tictactoe.p6:28

Actually thrown at: in sub tictactoe-masak at tictactoe.p6:21 in block at tictactoe.p6:31