source: cpp/frams/_demos/loader_test_param.in @ 307

Last change on this file since 307 was 307, checked in by Maciej Komosinski, 9 years ago

Tester/demo for Param loader

File size: 323 bytes
Line 
1#this is comment1
2# this is comment2
3data:
4text:qwerty
5longtext:~
6Long multiline text
71\\~
822\~
9333\ \\
104444~
11i1:-12345
12i2:10
13i3:2
14f1:22
15f2:222
16x:3.14
17
18#all fields except x will have default values
19data:
20x:just x (string extvalue)
21
22data:
23text:abcdefghijklmnopqrstuvwxyz
24i1:uu
25i2:-99999
26i3:99999
27
Note: See TracBrowser for help on using the repository browser.