--- Comment #13 from theresa dot adelt at greselius dot net 2009-05-26
09:00 ---
Subject: Re: compile fails with "Unclassifiable statement" error
mess
Hello!
Thank you so much for answering.
But I think this is not the problem.
I added the '&', but the
--- Comment #11 from theresa dot adelt at greselius dot net 2009-05-19
15:45 ---
Hello!
I need help, too.
I want to compile with g95 the following easy program:
program prim
! Testet, ob eine gegebene Zahl prim
integer :: kandidat, teiler, rest
kandidat = 7099
do teiler = 2