Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add :chop adverb to quoting adverbs
The idea being that in combination with :to, a .chop could be done at compile
time already if there is no interpolation happening at the end of the result.
  • Loading branch information
lizmat committed Oct 31, 2013
1 parent fb6536e commit e27f008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-bits.pod
Expand Up @@ -3852,6 +3852,7 @@ Generalized quotes may now take adverbs:
:trans Parse as transliteration
:code Quasiquoting
:p :path Return a Path object (see S16 for more options)
:chop .chop result, usually with :to

You may omit the first colon by joining an initial C<Q>, C<q>, or C<qq> with
a single short form adverb, which produces forms like:
Expand Down

0 comments on commit e27f008

Please sign in to comment.