1[fruit] 2apple.color = "red" 3apple.taste.sweet = true 4 5# [fruit.apple] # INVALID 6[fruit.apple.taste] # INVALID 7 8[fruit.apple.texture] # you can add sub-tables 9smooth = true
View as plain text