Skip to content

Instantly share code, notes, and snippets.

@tsucchi
Last active October 31, 2015 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsucchi/835a0da930031de4c177 to your computer and use it in GitHub Desktop.
Save tsucchi/835a0da930031de4c177 to your computer and use it in GitHub Desktop.
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