forked from enviPath/enviPy
13 lines
329 B
Plaintext
Executable File
13 lines
329 B
Plaintext
Executable File
# Simple values
|
|
aSimpleIntValue=1898
|
|
aSimpleIntNegativeValue=-1669
|
|
aSimpleFloatValue=1.0025
|
|
aSimpleFloatNegativeValue=-1191.0025
|
|
aSimpleBoolValueTrue=true
|
|
aSimpleBoolValueFalse=false
|
|
aSimpleNullValue=null
|
|
aSimpleStringValue=I'm the king of the world!
|
|
aSimpleStringMultilineValue=I'm the king of the world!\
|
|
You know!\
|
|
It's true.
|