14 lines
186 B
INI
14 lines
186 B
INI
|
|
[Test_Values]
|
|
a = "Hello world!\n"
|
|
b = true
|
|
c = false
|
|
c = 3.1415926
|
|
d = 123456
|
|
e = -2.71828
|
|
f = -890
|
|
g = .34
|
|
abc3d = "Hello world from the funny engine, you can use \" to add quotes"
|
|
|
|
|