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

10 lines
110 B
Text

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