summaryrefslogtreecommitdiffstats
path: root/code/Interpreter2/example.txt
diff options
context:
space:
mode:
authorchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-29 16:46:56 +0000
committerchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-29 16:46:56 +0000
commit33359862f5455dc7003ebbe5357c611298042cee (patch)
tree1eff075406177fb2d0feff685f24c7e306f589c8 /code/Interpreter2/example.txt
parent2e3be43da8761eb77b00af20f559fef7a8c6b1b8 (diff)
downloadesotericFORTRAN-33359862f5455dc7003ebbe5357c611298042cee.tar.gz
esotericFORTRAN-33359862f5455dc7003ebbe5357c611298042cee.zip
clean repo (remove code dir, add UI dir)
Diffstat (limited to 'code/Interpreter2/example.txt')
-rw-r--r--code/Interpreter2/example.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/code/Interpreter2/example.txt b/code/Interpreter2/example.txt
deleted file mode 100644
index cf6adc8..0000000
--- a/code/Interpreter2/example.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-var :: a
-a=5
-a=a+1
-print a
-
-a=7
-a=a*2
-print a
-
-var :: b
-b = 10
-print a+b \ No newline at end of file