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 9464094 commit 0707dbcCopy full SHA for 0707dbc
doc/Language/glossary.pod6
@@ -35,8 +35,6 @@ some convenient places:
35
36
q:w"foo bar"; # ":w" is a Quotelike form modifier adverb
37
m:g/a|b|c/; # ":g" is also
38
-=comment TODO: Add this back in when :rotate on infix operators is supported
39
-=comment 4 +> 5 :rotate # ":rotate" is an operator adverb
40
@h{3}:exists; # ":exists" is also, but is known as a subscript adverb
41
42
Adverbs are usually expressed with colon pair notation, and for this
0 commit comments