languages_and_translators/final_lang/test2.fort

5 lines
No EOL
74 B
Text

program test
integer :: a, b
a = (2 + 1) + 4 * 2 / 3 * b
b = a
end program