summaryrefslogtreecommitdiffstats
path: root/src/anotherexample.txt
diff options
context:
space:
mode:
authorAlfie Eagleton <67986414+TheAlfanator@users.noreply.github.com>2021-11-08 17:28:30 +0000
committerAlfie Eagleton <67986414+TheAlfanator@users.noreply.github.com>2021-11-08 17:28:30 +0000
commit03380520e95699ca41c74439f6216685ab8da6b7 (patch)
tree89a46bc6e1e85b2647d5b0e4bed529e2c0414798 /src/anotherexample.txt
parent8157d9bee1c0d6ce0e59ac45bcad0d011cbe10a3 (diff)
parenta12094123dcacee41a7472031db6fe6027b083a7 (diff)
downloadesotericFORTRAN-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.txt6
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