13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
{
|
|
apple = {
|
|
type = "fruit",
|
|
skin = "thin",
|
|
color = "red",
|
|
},
|
|
orange = {
|
|
type = "fruit",
|
|
skin = "thick",
|
|
color = "orange",
|
|
},
|
|
}
|