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 ed9df17 commit 5801be3Copy full SHA for 5801be3
doc/Language/pod.pod6
@@ -46,11 +46,12 @@ different ways by different types of blocks, but is always specified using
46
Perl6-ish option pairs. That is, any of:
47
48
=begin table
49
- Value is... Specify with... Or with...
50
- =============== =================== ==============
51
- Boolean (true) :key :key(1)
52
- Boolean (false) :!key :key(0)
53
- String :key<str> :key('str')
+ Value is... Specify with... Or with... Or with...
+ =============== =================== ============== ==============
+ Boolean (true) :key :key(True)
+ Boolean (false) :!key :key(False)
+ String :key<str> :key('str') :key("str")
54
+ Number :key(23) :key(4.6)
55
List :key[1, 'b', 3]
56
Hash :key{a=>1, b=>'x'}
57
=end table
0 commit comments