toml/stdex/keys09.toml

9 lines
225 B
TOML
Raw Normal View History

2021-03-07 07:54:24 +00:00
# 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