blob: a6c5ea65e2209c767ba1ff85dbede0be2e4bc62f [file] [log] [blame]
# THE FOLLOWING IS INVALID
# This defines the value of fruit.apple to be an integer.
fruit.apple = 1
# But then this treats fruit.apple like it's a table.
# You can't turn an integer into a table.
fruit.apple.smooth = true