Skip to content
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
Clone this wiki locally