Archived
12 lines
155 B
TOML
12 lines
155 B
TOML
# [x] you
|
|
# [x.y] don't
|
|
# [x.y.z] need these
|
|
[x.y.z.w] # for this to work
|
|
|
|
fruit = "apple"
|
|
|
|
[x] # defining a super-table afterward is ok
|
|
|
|
country = "usa"
|
|
|