mirror of
https://github.com/TREX-CoE/fparser.git
synced 2025-01-08 20:33:42 +01:00
27 lines
312 B
INI
27 lines
312 B
INI
[array]
|
|
# my_ints:
|
|
int = 1 2
|
|
|
|
# my_logics:
|
|
logic = T T
|
|
|
|
# my_reals:
|
|
real = 1.0000E+00 2.0000E+00
|
|
|
|
# my_strings:
|
|
string = 'A' 'B'
|
|
|
|
[scalar]
|
|
# my_int:
|
|
int = 5
|
|
|
|
# my_logic:
|
|
logic = T
|
|
|
|
# my_real:
|
|
real = 1.0000E+00
|
|
|
|
# my_string:
|
|
string = 'a string'
|
|
|