1
0
mirror of https://github.com/TREX-CoE/fparser.git synced 2025-01-10 04:58:35 +01:00
fparser/parser/old/Config_Fortran/example_2_output.md

39 lines
356 B
Markdown
Raw Normal View History

2021-02-12 08:39:18 +01:00
# 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'