From 5e150e7350d9856b00405a54729a5652785383d7 Mon Sep 17 00:00:00 2001 From: Alfie Eagleton <67986414+TheAlfanator@users.noreply.github.com> Date: Wed, 3 Nov 2021 17:09:29 +0000 Subject: Added example.txt to base directory --- code/Interpreter2/example.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 code/Interpreter2/example.txt (limited to 'code/Interpreter2/example.txt') diff --git a/code/Interpreter2/example.txt b/code/Interpreter2/example.txt new file mode 100644 index 0000000..cf6adc8 --- /dev/null +++ b/code/Interpreter2/example.txt @@ -0,0 +1,12 @@ +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 -- cgit v1.2.3