An overview of the general syntax is:
Code:
#Comment
root_node =
{
child_node = single_data
child_node =
{
array_data1 array_data2 array_data3
}
child_node =
{
child_node = single_data
child_node =
{
child_node = single_data
child_node = single_data
}
}
child_node = single_data #Another valid comment
}
root_node = single_data
Last edited: