toml/stdex/keys10.toml.res

13 lines
159 B
Plaintext
Raw Normal View History

2021-03-07 07:54:24 +00:00
{
apple = {
type = "fruit",
skin = "thin",
color = "red",
},
orange = {
type = "fruit",
skin = "thick",
color = "orange",
},
}