Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
slash has to be before space;spidermario++
  • Loading branch information
lichtkind committed May 13, 2012
1 parent 7cd6b8f commit 6ec44f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tablet-2-basic-syntax.txt
Expand Up @@ -56,7 +56,7 @@ an instruction to the compiler's lexer that it should ignore whitespace there.
In other words, the lexer doesn't consider those whitespaces at all.

my %hash = "foo" => 42, "bar" => 84;
say %hash \{"foo"}; # Same as saying %hash{"foo"}
say %hash\ {"foo"}; # Same as saying %hash{"foo"}

my $clazz = new Camel;
$clazz\#some random comment
Expand Down

0 comments on commit 6ec44f3

Please sign in to comment.