Files
2026-07-30 13:18:41 +02:00

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"