forked from enviPath/enviPy
17 lines
636 B
Plaintext
Executable File
17 lines
636 B
Plaintext
Executable File
# Simple values in a tree with backward references
|
|
treeRoot.branch1.aSimpleIntValue=2000
|
|
^.aSimpleIntNegativeValue=-2000
|
|
treeRoot.branch2.aSimpleFloatValue=2.0001
|
|
^.aSimpleFloatNegativeValue=-1000.0002
|
|
treeRoot.branch3.aSimpleBoolValueTrue=true
|
|
^1.branch3.aSimpleBoolValueFalse=false
|
|
^2.branch1.aSimpleNullValue=null
|
|
^.aSimpleStringValue=I'm not the king of the world!
|
|
^2.branch2.aSimpleStringMultilineValue=I'm not the king of the world!\
|
|
You know!\
|
|
It's true.
|
|
^.aSimpleWellDeclaredStringValue="I'm not the king of the world!"
|
|
^.branch1.aSimpleWellDeclaredStringMultilineValue="I'm not the king of the world!
|
|
You \"know\"!
|
|
It's true."
|