aboutsummaryrefslogtreecommitdiff
path: root/check/ops_list.p
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-09 01:01:57 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-09 01:01:57 -0400
commitdfd4c9b09885fef5dff326925cceae44e49455b0 (patch)
treed09bae8528a80c0ac509b683f548f07f0e1c8814 /check/ops_list.p
parent64fbe9da1ab872b27b5f4dd3b46eb1a7b69d8245 (diff)
Update check files
Diffstat (limited to 'check/ops_list.p')
-rw-r--r--check/ops_list.p7
1 files changed, 7 insertions, 0 deletions
diff --git a/check/ops_list.p b/check/ops_list.p
new file mode 100644
index 0000000..9841194
--- /dev/null
+++ b/check/ops_list.p
@@ -0,0 +1,7 @@
+
+program main ( input, output );
+ var a: integer;
+begin
+{ TEST }
+ a := 1 + 2 + 3 - 4 * 5 / 6
+end.