Skip to content

Commit ee4d988

Browse files
committed
Deindent while doing #6232
1 parent 0116351 commit ee4d988

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/subscripts.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,10 @@ instead.
574574
With the negated form of the adverb, the element is not actually deleted. This
575575
means you can pass a flag to make it conditional:
576576
577-
=begin code :preamble<my %fruit = :10apple; my $flag = True>
578-
say %fruit<apple> :delete($flag); # deletes the element only if $flag is
579-
# true, but always returns the value.
580-
=end code
577+
=begin code :preamble<my %fruit = :10apple; my $flag = True>
578+
say %fruit<apple> :delete($flag); # deletes the element only if $flag is
579+
# true, but always returns the value.
580+
=end code
581581
582582
Can be combined with the L<#:exists> and L<#:p>/L<#:kv>/L<#:k>/L<#:v> adverbs -
583583
in which case the return value will be determined by those adverbs, but the

0 commit comments

Comments
 (0)