toml/tomlc99/stdex/keys11.toml.res
2024-03-26 13:44:04 +01:00

12 lines
159 B
Text

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