mirror of
https://github.com/TREX-CoE/fparser.git
synced 2025-01-10 04:58:35 +01:00
39 lines
356 B
Markdown
39 lines
356 B
Markdown
|
# Configuration file (markdown format)
|
||
|
|
||
|
## array
|
||
|
|
||
|
* my_ints
|
||
|
|
||
|
int = 1 2
|
||
|
|
||
|
* my_logics
|
||
|
|
||
|
logic = T T
|
||
|
|
||
|
* my_reals
|
||
|
|
||
|
real = 0.1000E+01 0.2000E+01
|
||
|
|
||
|
* my_strings
|
||
|
|
||
|
string = 'A' 'B'
|
||
|
|
||
|
## scalar
|
||
|
|
||
|
* my_int
|
||
|
|
||
|
int = 5
|
||
|
|
||
|
* my_logic
|
||
|
|
||
|
logic = T
|
||
|
|
||
|
* my_real
|
||
|
|
||
|
real = 0.1000E+01
|
||
|
|
||
|
* my_string
|
||
|
|
||
|
string = 'a string'
|
||
|
|