mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-04 19:37:18 +02:00
5 lines
139 B
TOML
5 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
|