toml/tomlc99/stdex/keys11.toml.res

12 lines
159 B
Text

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