This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
K1NG-Driver/includes/tomlc17-R260618/test/scanvalue/in/10
T
2026-07-30 13:18:41 +02:00

13 lines
196 B
Plaintext

# integers
= [ 1, 2, 3 ]
# colors
= [ "red", "yellow", "green" ]
# nested
= [ [ 1, 2 ], [3, 4, 5] ]
= [ [ 1, 2 ], ["a", "b", "c"] ]
= [ "all", 'strings', """are the same""", '''type''' ]