Last active
October 31, 2015 05:45
-
-
Save tsucchi/835a0da930031de4c177 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use v6; | |
my $hoge = $=aaa; | |
warn $hoge; | |
=begin aaa | |
aiueo | |
=end aaa | |
### 実行すると... | |
# ===SORRY!=== Error while compiling /home/tsucchi/work/test.p6 | |
# Pod variable $=aaa not yet implemented. Sorry. | |
# at /home/tsucchi/work/test.p6:3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment