-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForDöngüsü.fprg
20 lines (20 loc) · 906 Bytes
/
ForDöngüsü.fprg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<flowgorithm fileversion="4.2">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="veysel"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2024-08-06 03:27:30 ÖÖ"/>
<attribute name="created" value="dmV5c2VsO1ZFWVNFTC1QQzsyMDI0LTA4LTA2OzAzOjIwOjE0IMOWw5Y7Mjg3NQ=="/>
<attribute name="edited" value="dmV5c2VsO1ZFWVNFTC1QQzsyMDI0LTA4LTA2OzAzOjI3OjMwIMOWw5Y7MjsyOTg5"/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<declare name="sayac" type="Integer" array="False" size=""/>
<for variable="sayac" start="50" end="0" direction="dec" step="5">
<output expression=""sayac" &sayac" newline="True"/>
</for>
</body>
</function>
</flowgorithm>