toml/stdex/arr2.toml
2021-03-07 02:29:43 -08:00

8 lines
66 B
TOML

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