diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-10-25 15:20:30 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-10-25 15:20:30 +0100 |
commit | aa3a6929584eaa63cafb73353a62effd75d4dd8c (patch) | |
tree | cc5807a2ff556bd8e41e5bf352ba3f336cd32890 /code/simpleSableCCCalulator/examples | |
parent | 3b85d64206d232d12864ec46a8b8d42fe6b464bb (diff) | |
download | esotericFORTRAN-aa3a6929584eaa63cafb73353a62effd75d4dd8c.tar.gz esotericFORTRAN-aa3a6929584eaa63cafb73353a62effd75d4dd8c.zip |
added using symbol table in stack
Diffstat (limited to 'code/simpleSableCCCalulator/examples')
-rw-r--r-- | code/simpleSableCCCalulator/examples/maths2.txt | 2 | ||||
-rw-r--r-- | code/simpleSableCCCalulator/examples/maths4.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/code/simpleSableCCCalulator/examples/maths2.txt b/code/simpleSableCCCalulator/examples/maths2.txt index 1f1d63e..313296b 100644 --- a/code/simpleSableCCCalulator/examples/maths2.txt +++ b/code/simpleSableCCCalulator/examples/maths2.txt @@ -1 +1 @@ -sin(45 * 3) / 3
\ No newline at end of file +sin(45 * 2) / 3 diff --git a/code/simpleSableCCCalulator/examples/maths4.txt b/code/simpleSableCCCalulator/examples/maths4.txt index 5b3e67d..a922b77 100644 --- a/code/simpleSableCCCalulator/examples/maths4.txt +++ b/code/simpleSableCCCalulator/examples/maths4.txt @@ -1 +1 @@ -2 + 3.1 +2 + 2 |