// What's the name of the following format? Root { // Line comment. ChildInRoot { No 0 Yes 1 } "AnotherChild" { // Yet another children. "False" 0 True "1" AndAnotherOne { Back -1 "Forward" 1 } } "White" 255 255 255 255 // White color. "Black" "0 0 0 255" // Black color. Transparent 0 0 0 0 // Transparent color. }