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

13 lines
159 B
Plaintext

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