forked from cerc-io/plugeth
19 lines
211 B
INI
19 lines
211 B
INI
#
|
|
# This is an example of ini file
|
|
#
|
|
|
|
[Pizza]
|
|
|
|
Ham = yes;
|
|
Mushrooms = TRUE;
|
|
Capres = 0;
|
|
Cheese = Non;
|
|
|
|
|
|
[Wine]
|
|
|
|
Grape = Cabernet Sauvignon;
|
|
Year = 1989;
|
|
Country = Spain;
|
|
Alcohol = 12.5;
|