mirror of
https://github.com/tbamud/tbamud.git
synced 2026-04-01 18:07:20 +02:00
7 lines
211 B
TOML
7 lines
211 B
TOML
fruit.apple.color = "red"
|
|
# Defines a table named fruit
|
|
# Defines a table named fruit.apple
|
|
|
|
fruit.apple.taste.sweet = true
|
|
# Defines a table named fruit.apple.taste
|
|
# fruit and fruit.apple were already created
|