diff options
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 |