toml/stdex/keys10.toml.res
2021-03-06 23:54:24 -08:00

12 lines
159 B
Text

{
apple = {
type = "fruit",
skin = "thin",
color = "red",
},
orange = {
type = "fruit",
skin = "thick",
color = "orange",
},
}