diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-08 14:21:59 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-08 14:21:59 +0000 |
commit | eba31c969bb289bb79f844a23acc1604825d05ff (patch) | |
tree | e542882ed4ff718ddf02751d23b6ee03715a4140 /src/anotherexample.txt | |
parent | 975fb6f000918085d1f5ba4ac6eb95c60411dae9 (diff) | |
download | esotericFORTRAN-eba31c969bb289bb79f844a23acc1604825d05ff.tar.gz esotericFORTRAN-eba31c969bb289bb79f844a23acc1604825d05ff.zip |
changed output name to same as source file, added build folder, linux compatability
Diffstat (limited to 'src/anotherexample.txt')
-rw-r--r-- | src/anotherexample.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/anotherexample.txt b/src/anotherexample.txt new file mode 100644 index 0000000..21100b2 --- /dev/null +++ b/src/anotherexample.txt @@ -0,0 +1,6 @@ +character (len=10)::hello +hello="hello" +if 4==5 then +hello="goodbye " +endif +print *,hello,6," world" endprint
\ No newline at end of file |