Finished translation for Arithmetic and Logic operations
This commit is contained in:
parent
e42908d67e
commit
2833e9595d
8 changed files with 476 additions and 230 deletions
|
|
@ -3,4 +3,7 @@ integer :: a, b
|
|||
real :: c
|
||||
a = 2 + 4 * (2 + 1) / 3 * b
|
||||
b = a
|
||||
if (a == b .and. c > b) then
|
||||
b = b + 1
|
||||
end if
|
||||
end program
|
||||
Loading…
Add table
Add a link
Reference in a new issue