File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -488,12 +488,12 @@ optimization. See also L<https://en.wikipedia.org/wiki/Gradual_typing>.
488
488
= head2 IIRC
489
489
X < |IIRC >
490
490
491
- If I Read (or Remember) Correctly
491
+ If I Read (or Remember) Correctly.
492
492
493
493
= head2 IMHO
494
494
X < |IMHO >
495
495
496
- In My Humble Opinion
496
+ In My Humble Opinion.
497
497
498
498
= head2 IWBN
499
499
X < |IWBN >
@@ -551,7 +551,7 @@ Perl 6
551
551
= head2 RSN
552
552
X < |RSN >
553
553
554
- Real Soon Now
554
+ Real Soon Now.
555
555
556
556
= head2 RT
557
557
X < |RT >
@@ -610,7 +610,8 @@ See also L<https://en.wikipedia.org/wiki/Larry_Wall>.
610
610
= head1 Lexing
611
611
X < |Lexing >
612
612
613
- Performing L < lexical analysis|https://en.wikipedia.org/wiki/Lexical_analysis > . A step which usually precedes parsing.
613
+ Performing L < lexical analysis|https://en.wikipedia.org/wiki/Lexical_analysis > , a
614
+ step which usually precedes parsing.
614
615
615
616
= head1 Literal
616
617
X < |Literal >
@@ -622,6 +623,8 @@ object and also refers to the object itself.
622
623
say $x; # $x is not a literal, but a variable
623
624
my $s = "Foo"; # the "Foo" is a literal, the $s is a variable
624
625
626
+ Different types of literals are described in L < the syntax document|/language/syntax#Literals > .
627
+
625
628
X < |LHS >
626
629
= head1 LHS
627
630
You can’t perform that action at this time.
0 commit comments