  ##  Test
VAR=test
TEST = Oh here's some silly &%=ä$&/"§% value # with a silly inline comment
FOO
42=Bar
=what
whatever value = that may be...
MULTILINE=foo\nbar\nnope
VAR1="Hello"
var2=World!
VAR3=${VAR1} ${Var2}
VAR4="{$VAR1} $VAR2 {VAR1}"
NOPE-VAR='nope' # NOPE
NOPE=${NOPE-VAR}
COMMENT= "this line is followed by a #comment" # yup
