5 lines
56 B
Text
5 lines
56 B
Text
|
|
program test
|
||
|
|
integer :: a, b
|
||
|
|
a = 1 + 2
|
||
|
|
b = a
|
||
|
|
end program
|