You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Albert Julius Liu edited this page Feb 14, 2015
·
3 revisions
# this is a preComment for key0
# preComments can have multiple lines
key0 = value0 # this is a lineComment for key0
# this is a preComment for tree
tree = {
key1 = value 1 # this is a lineComment for key1
# this is an end comment for a Tree
# endComments can have multiple lines
} # this is a lineComment for a Tree
# this is an endComment for the top-level Tree