-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfor_dongusu.fprg
More file actions
22 lines (22 loc) · 1.23 KB
/
for_dongusu.fprg
File metadata and controls
22 lines (22 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<flowgorithm fileversion="4.0">
<attributes>
<attribute name="name" value=""/>
<attribute name="authors" value="yussu"/>
<attribute name="about" value=""/>
<attribute name="saved" value="2024-02-26 09:53:45 ÖS"/>
<attribute name="created" value="eXVzc3U7REVTS1RPUC1JM0tVNUVEOzIwMjQtMDItMjY7MDk6NDI6MTMgw5ZTOzMwNjM="/>
<attribute name="edited" value="eXVzc3U7REVTS1RPUC1JM0tVNUVEOzIwMjQtMDItMjY7MDk6NTM6NDUgw5ZTOzI7MzE3OQ=="/>
</attributes>
<function name="Main" type="None" variable="">
<parameters/>
<body>
<comment text="Bu döngü 100 defa çalışacak."/>
<declare name="donguSayisi" type="Integer" array="False" size=""/>
<comment text="Döngünün kaçıncı sefer çalıştığını donguSayisi adlı değişkene atıyoruz."/>
<for variable="donguSayisi" start="100" end="1" direction="dec" step="1">
<output expression=""Aynı kodu "&donguSayisi&". sefer dönüşüm!"" newline="True"/>
</for>
</body>
</function>
</flowgorithm>