7 lines
148 B
Fortran
7 lines
148 B
Fortran
subroutine tecs_plot(str)
|
|
character str*(*)
|
|
|
|
print *
|
|
& ,'give me Fortran 90 on this machine, I give you graphics'
|
|
end
|