Skip to content

Commit 5801be3

Browse files
authored
add some config formats
1 parent ed9df17 commit 5801be3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/Language/pod.pod6

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ different ways by different types of blocks, but is always specified using
4646
Perl6-ish option pairs. That is, any of:
4747
4848
=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')
49+
Value is... Specify with... Or with... Or with...
50+
=============== =================== ============== ==============
51+
Boolean (true) :key :key(True)
52+
Boolean (false) :!key :key(False)
53+
String :key<str> :key('str') :key("str")
54+
Number :key(23) :key(4.6)
5455
List :key[1, 'b', 3]
5556
Hash :key{a=>1, b=>'x'}
5657
=end table

0 commit comments

Comments
 (0)