summaryrefslogtreecommitdiffstats
path: root/code/simpleSableCCCalulator/examples
diff options
context:
space:
mode:
Diffstat (limited to 'code/simpleSableCCCalulator/examples')
-rw-r--r--code/simpleSableCCCalulator/examples/maths.txt1
-rw-r--r--code/simpleSableCCCalulator/examples/maths2.txt1
-rw-r--r--code/simpleSableCCCalulator/examples/maths3.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/code/simpleSableCCCalulator/examples/maths.txt b/code/simpleSableCCCalulator/examples/maths.txt
new file mode 100644
index 0000000..f3b3bd9
--- /dev/null
+++ b/code/simpleSableCCCalulator/examples/maths.txt
@@ -0,0 +1 @@
+(36/2 + 45) * 3 \ No newline at end of file
diff --git a/code/simpleSableCCCalulator/examples/maths2.txt b/code/simpleSableCCCalulator/examples/maths2.txt
new file mode 100644
index 0000000..1f1d63e
--- /dev/null
+++ b/code/simpleSableCCCalulator/examples/maths2.txt
@@ -0,0 +1 @@
+sin(45 * 3) / 3 \ No newline at end of file
diff --git a/code/simpleSableCCCalulator/examples/maths3.txt b/code/simpleSableCCCalulator/examples/maths3.txt
new file mode 100644
index 0000000..e092af1
--- /dev/null
+++ b/code/simpleSableCCCalulator/examples/maths3.txt
@@ -0,0 +1 @@
+3-1+2 \ No newline at end of file