# # This is an example of a config file which allows a user # to set options to configure an application. # The parser for this file must be able to handle comments, # as well as string, number, list, and dictionary syntax. # foo = "FOO" bar = "BAR" foolist = [1, 2, "FOO"] barlist = [3, 4, "BAR", foolist] pi = "PI" dictionary = {"key1":3, "key2":5, pi:3.14159}