5 lines
No EOL
74 B
Text
5 lines
No EOL
74 B
Text
program test
|
|
integer :: a, b
|
|
a = (2 + 1) + 4 * 2 / 3 * b
|
|
b = a
|
|
end program |