1; Google
2google = www.google.com
3search = http://%(google)s
4
5; Here are Comments
6; Second line
7[Demo]
8# This symbol can also make this line to be comments
9key1 = Let's us goconfig!!!
10key2 = test data
11key3 = this is based on key2:%(key2)s
12quote = "special case for quote
13"key:1" = This is the value of "key:1"
14"key:2=key:1" = this is based on "key:2=key:1" => %(key:1)s
15中国 = China
16chinese-var = hello %(中国)s!
17array_key = 1,2,3,4,5
18
19[What's this?]
20; Not Enough Comments!!
21name = try one more value ^-^
22empty_value =
23
24[url]
25google_fake = www.google.fake
26google_url =  http://%(google_fake)s
27
28[parent]
29name = john
30relation = father
31sex = male
32age = 32
33money = 1.25
34
35[parent.child]
36age = 3
37married = true
38
39[parent.child.child]
40
41; Auto increment by setting key to "-"
42[auto increment]
43- = hello
44- = go
45- = config
46
47