Skip to content

Commit 0cefa72

Browse files
committed
[S02] Removed useless statement concerning quoting forms.
Specifically, q:z<foo> will always be a quote form using angle brackets delimiters and an additional (imaginary in this case) :z adverb that didn't take any arguments, because according to the Adverbial Pair Forms section above, only parens give arguments to quote form adverbs.
1 parent 20dd0dc commit 0cefa72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

S02-bits.pod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3874,9 +3874,7 @@ semantics. That is, C<''>, C<"">, C<< <> >>, C<«»>, C<``>, C<()>,
38743874
C<[]>, and C<{}> have no special significance when used in place of
38753875
C<//> as delimiters. There may be whitespace before the
38763876
opening delimiter. (Which is mandatory for parens because C<q()> is
3877-
a subroutine call and C<q:w(0)> is an adverb with arguments). Other
3878-
brackets may also require whitespace when they would be understood as
3879-
an argument to an adverb in something like C<< q:z<foo>// >>.
3877+
a subroutine call and C<q:w(0)> is an adverb with arguments).
38803878
A colon may never be used as the delimiter since it will always be
38813879
taken to mean another adverb regardless of what's in front of it.
38823880
Nor may a C<#> character be used as the delimiter since it is always

0 commit comments

Comments
 (0)