blob: 1f096010d09dbea4d0cd56dfb244de3cc26cdd25 [file] [log] [blame]
[3D]
# One with a comment
Decimal[] = 42
; Second one with a comment
Decimal[] = 0
Array[Decimal][a] = 42
Array[Decimal][b] = 0
Array[Mixed][b] = false
; One with a comment
; multiple lines
Array[Mixed][2] = "Derick \"Tiger\" Rethans"
# One with a quoted hash key
Quote["quo\nted"] = "string"