townengine/third-party/tomlc99/stdex/arr2.toml
2024-10-01 12:48:42 +03:00

9 lines
66 B
TOML

integers2 = [
1, 2, 3
]
integers3 = [
1,
2, # this is ok
]