diff --git a/perl6.html.markdown b/perl6.html.markdown index 7029de27..830b8182 100644 --- a/perl6.html.markdown +++ b/perl6.html.markdown @@ -11,9 +11,13 @@ Perl 6 is a highly capable, feature-rich programming language made for the upcom Perl 6 runs on [the Parrot VM](http://parrot.org/), the JVM and [the MoarVM](http://moarvm.com). -```perl6 +```perl # Single line comment start with a pound +#`( + Multiline comments use #` and a quoting construct. (), [], {}, 「」, etc, will work. +) + ### Variables # In Perl 6, you declare a lexical variable using `my`