townengine/third-party/tomlc99/stdex/tab11.toml
2024-10-01 12:48:42 +03:00

10 lines
177 B
TOML

[fruit]
apple.color = "red"
apple.taste.sweet = true
# [fruit.apple] # INVALID
# [fruit.apple.taste] # INVALID
[fruit.apple.texture] # you can add sub-tables
smooth = true