diff options
author | Alfie Eagleton <67986414+TheAlfanator@users.noreply.github.com> | 2021-11-08 17:28:30 +0000 |
---|---|---|
committer | Alfie Eagleton <67986414+TheAlfanator@users.noreply.github.com> | 2021-11-08 17:28:30 +0000 |
commit | 03380520e95699ca41c74439f6216685ab8da6b7 (patch) | |
tree | 89a46bc6e1e85b2647d5b0e4bed529e2c0414798 /src/anotherexample.txt | |
parent | 8157d9bee1c0d6ce0e59ac45bcad0d011cbe10a3 (diff) | |
parent | a12094123dcacee41a7472031db6fe6027b083a7 (diff) | |
download | esotericFORTRAN-03380520e95699ca41c74439f6216685ab8da6b7.tar.gz esotericFORTRAN-03380520e95699ca41c74439f6216685ab8da6b7.zip |
Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject
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 |