; test
[section]
	[subsection]
		[other_subsection]
			some_var[] = 1
			some_var[] = 2.2
			some_var[] = true
			some_var[] = false
			some_var[] = null
			some_var[] = some string
			some_var[] = "protected string"
			some_var[] = "true"
			;some_var
			other_var
			;other_var =
		[/other_subsection]
	[/subsection]
	; some comment
	[second_section]
		[subsec]
			xyz = 222 ; try comment
		[/subsec]
	[/second_section]
[/section]
[empty section...]
[/empty section...]
[other section]
	is this working? = it looks like...
[/other section] 
  |