We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd6b8f commit 6ec44f3Copy full SHA for 6ec44f3
docs/tablet-2-basic-syntax.txt
@@ -56,7 +56,7 @@ an instruction to the compiler's lexer that it should ignore whitespace there.
56
In other words, the lexer doesn't consider those whitespaces at all.
57
58
my %hash = "foo" => 42, "bar" => 84;
59
- say %hash \{"foo"}; # Same as saying %hash{"foo"}
+ say %hash\ {"foo"}; # Same as saying %hash{"foo"}
60
61
my $clazz = new Camel;
62
$clazz\#some random comment
0 commit comments