6 lines
139 B
TOML
6 lines
139 B
TOML
|
# This makes the key "fruit" into a table.
|
||
|
fruit.apple.smooth = true
|
||
|
|
||
|
# So then you can add to the table "fruit" like so:
|
||
|
fruit.orange = 2
|