languages_and_translators/final_lang/test3.fort

6 lines
No EOL
104 B
Text

program test
integer [10] :: a, b
integer :: c
print a(3), ' ', b(0), ' ', c, ' hello'
c = 2
end program