Switch to perl to see if it fixes comments ...

This commit is contained in:
Nami-Doc 2014-07-16 20:08:01 +02:00
parent 6a33cbd3ae
commit 3d81df43b1

View File

@ -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`