Group: comp.lang.fortran · Group Profile · Search for Tag2 in comp.lang.fortran
Author: Arno
Date: Jun 7, 2007 02:35
Is it as simple as (mind you I'm using xlf90) ! variable.f psuedocode variable1 = tag1, tag2 xlf90 variable.f -o variable.mod (I'm paraphrasing here) ! main.f psuedocode use tag1="Hello" use tag2="Hi" xlf90 main.f -o program.exe I am not sure if I understood it correctly, but here are some comments: ...
|