10 lines
215 B
Text
10 lines
215 B
Text
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
|