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

8 lines
66 B
TOML

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