Added translation actions for do statements with counters, updated the test2.fort file to use this feature
This commit is contained in:
parent
5755fd5582
commit
8495205cd9
5 changed files with 429 additions and 249 deletions
|
|
@ -18,4 +18,8 @@ do then
|
|||
end if
|
||||
a = a + 1
|
||||
end do
|
||||
b = 0
|
||||
do a = b + 1, 10, 2 then
|
||||
b = a
|
||||
end do
|
||||
end program
|
||||
Loading…
Add table
Add a link
Reference in a new issue