mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 20:33:39 +01:00
9 lines
204 B
Forth
9 lines
204 B
Forth
program irp_example1
|
|
BEGIN_SHELL [ /bin/bash ]
|
|
echo print *, \'Compiled by `whoami` on `date`\'
|
|
echo print *, \'$FC $FCFLAGS\'
|
|
echo print *, \'$IRPF90\'
|
|
END_SHELL
|
|
print *, 't = ', t
|
|
end
|