Skip to content

Commit 516d6f4

Browse files
authored
Update README.md
Improved examples
1 parent 38bf6b1 commit 516d6f4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ drawFlowchartFromUrl(fprgUrl,tagId,options);
2424
*http://domain/file.fprg*
2525
```xml
2626
<?xml version="1.0"?>
27-
<flowgorithm fileversion="2.11">
28-
<attributes>
29-
<attribute name="name" value="Next number"/>
30-
<attribute name="authors" value="Andrea Vallorani"/>
31-
<attribute name="about" value="Print the next of a given number"/>
32-
<attribute name="saved" value="2018-01-23 06:36:28 PM"/>
33-
<attribute name="created" value="YW5kcmVhO3VidW50dTsyMDE4LTAxLTIzOzA1OjMxOjMxIFBNOzI1Njg="/>
34-
<attribute name="edited" value="YW5kcmVhO3VidW50dTsyMDE4LTAxLTIzOzA2OjM2OjI4IFBNOzQ7MjY5MQ=="/>
35-
</attributes>
36-
<function name="Main" type="None" variable="">
37-
<parameters/>
38-
<body>
39-
<declare name="N, NEXT" type="Integer" array="False" size=""/>
40-
<input variable="N"/>
41-
<assign variable="NEXT" expression="N+1"/>
42-
<output expression="NEXT"/>
43-
</body>
27+
<flowgorithm fileversion="2.11">
28+
<attributes>
29+
<attribute name="name" value="Next number"/>
30+
<attribute name="authors" value="Andrea Vallorani"/>
31+
<attribute name="about" value="Print the next of a given number"/>
32+
<attribute name="saved" value="2018-01-23 06:36:28 PM"/>
33+
<attribute name="created" value="YW5kcmVhO3VidW50dTsyMDE4LTAxLTIzOzA1OjMxOjMxIFBNOzI1Njg="/>
34+
<attribute name="edited" value="YW5kcmVhO3VidW50dTsyMDE4LTAxLTIzOzA2OjM2OjI4IFBNOzQ7MjY5MQ=="/>
35+
</attributes>
36+
<function name="Main" type="None" variable="">
37+
<parameters/>
38+
<body>
39+
<declare name="N, NEXT" type="Integer" array="False" size=""/>
40+
<input variable="N"/>
41+
<assign variable="NEXT" expression="N+1"/>
42+
<output expression="NEXT"/>
43+
</body>
4444
</function>
4545
</flowgorithm>
4646
```

0 commit comments

Comments
 (0)