seratch's programming memo
use Perl6::Say;my @array = qw( hoge foo var );say @array + 0;say $#array + 1;say scalar(@array);
コメントを投稿
0 件のコメント:
コメントを投稿