UNPKG

337 BPlain TextView Raw
1[[fruit]]
2name = "apple"
3
4 [fruit.physical]
5 color = "red"
6 shape = "round"
7
8 [[fruit.variety]]
9 name = "red delicious"
10
11 [[fruit.variety]]
12 name = "granny smith"
13
14[[fruit]]
15
16[[fruit]]
17name = "banana"
18
19 [[fruit.variety]]
20 name = "plantain"
21
22[[fruit]]
23name = "orange"
24
25[fruit.physical]
26color = "orange"
27shape = "round"