Raku / examples

Many examples of Raku code

Home Page:https://examples.raku.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

games/tictactoe.p6 broken

bluet opened this issue · comments

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