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 99cb566 commit 63e0890Copy full SHA for 63e0890
doc/Language/glossary.pod6
@@ -233,7 +233,7 @@ A colon pair is a shorthand syntax used to create or visually present
233
a L<Pair|/type/Pair> object. The two most common forms are:
234
235
:a(4) # Same as "a" => 4, same as Pair.new("a", 4)
236
- :a<4> # Same as "a" => "4", same as Pair.new("a", "4")
+ :a<4> # Same as "a" => "4", same as Pair.new("a", val("4"))
237
238
This is also known as the adverbial pair form. Note: when the part after
239
the colon and before the brackets is not a legal identifier, other
xt/words.pws
@@ -973,6 +973,7 @@ resumable
973
rethrow
974
rethrown
975
rethrows
976
+retronym
977
reusability
978
rewinddir
979
rfc
0 commit comments