toml/tomlc99/stdex/keys10.toml
2024-03-26 13:44:04 +01:00

10 lines
156 B
TOML

# VALID BUT DISCOURAGED
apple.type = "fruit"
orange.type = "fruit"
apple.skin = "thin"
orange.skin = "thick"
apple.color = "red"
orange.color = "orange"