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

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

Improved documentation (for Param flags in particular)

File size: 517 bytes
Line 
1#this is comment1 
2# this is comment2
3data:
4text:qwerty
5longtext:~
6Long multiline text
71\\~
822\~
9333\ \\
104444~
11deftext:other
12i1:-12345
13i2:10
14i3:2
15f1:22
16f2:222
17x:3.14
18notloaded:44
19unchanged:444
20notsaved:4444
21
22#all fields except x will have default values
23data:
24x:just x (string extvalue)
25
26data:
27text:abcdefghijklmnopqrstuvwxyz
28i1:uu
29i2:-99999
30i3:99999
31x:@Serialized:[1,2,3,1.00000,2e0,3.0,"x","]","\""]
32
33data:
34i1:0x100
35i2:1e2
36i3:-10
37x:@Serialized:{"a":[1,2,3],"b":"abc","c":1.23}
Note: See TracBrowser for help on using the repository browser.