blob: a2196c8b0c4c076a6016522ca1c0e2970ccab5c9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
var1=Some value
var2=Some other value
# the next line is empty
# the next line has some spaces
# this line has a late comment
var3=Yet another value
#var4=This is not set
optional-var5?=Optionally used value
|