15 lines
211 B
Text
15 lines
211 B
Text
|
|
zeroth_key="test"
|
|
first_key=test
|
|
second_key = test 2 # comment is ignored
|
|
third_key= "test= 2=="
|
|
|
|
fourth_key = "
|
|
this#
|
|
is
|
|
multiline
|
|
" # cannot write comments inside multiline
|
|
|
|
whitespace = hardly matters
|
|
|
|
|