File: example.ini

package info (click to toggle)
golang-github-glacjay-goini 0.0~git20150730-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 76 kB
  • sloc: makefile: 13
file content (18 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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;