2018-07-13から1日間の記事一覧

Perl6のif文は空白が重要

Perl6でこういったコードを書くと #!/usr/bin/env perl6 use v6; if ( 1 ){ say "goe"; } perl6 if.p6 ===SORRY!=== Error while compiling /Users/anatofuz/workspace/cr/Basic/perl6/sandbox/log/if.p6 Missing block (whitespace needed before curlies t…