mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
4 lines
85 B
TOML
4 lines
85 B
TOML
[boolean] # i hate comments
|
|
bool1 = true
|
|
bool2 = false
|
|
bool3 = true # I love comments |