hi,
i've noticed that in fortran, it is legal to write AVE=0 without actually declaring previously what AVE is, whether char or int or whatever. can anyone confirm my understanding is true?
suppose i have the following...
WRITE (7,28) ALP
what do the #'s 7, and 28 correspond to? i noticed that there are sometimes (*,*). what do these placeholders mean?
what does this mean?
FORMAT (125A1)
what is FORMAT used to do? is it to truncate #'s and that sort of thing.
i've noticed that in fortran, it is legal to write AVE=0 without actually declaring previously what AVE is, whether char or int or whatever. can anyone confirm my understanding is true?
suppose i have the following...
WRITE (7,28) ALP
what do the #'s 7, and 28 correspond to? i noticed that there are sometimes (*,*). what do these placeholders mean?
what does this mean?
FORMAT (125A1)
what is FORMAT used to do? is it to truncate #'s and that sort of thing.