toml/stdex/tab11.toml.res
2021-03-07 17:28:41 -08:00

13 lines
160 B
Text

{
fruit = {
apple = {
color = "red",
taste = {
sweet = true,
},
texture = {
smooth = true,
},
},
},
}