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/maths2.txt | |
parent | 3b85d64206d232d12864ec46a8b8d42fe6b464bb (diff) | |
download | esotericFORTRAN-aa3a6929584eaa63cafb73353a62effd75d4dd8c.tar.gz esotericFORTRAN-aa3a6929584eaa63cafb73353a62effd75d4dd8c.zip |
added using symbol table in stack
Diffstat (limited to 'code/simpleSableCCCalulator/examples/maths2.txt')
-rw-r--r-- | code/simpleSableCCCalulator/examples/maths2.txt | 2 |
1 files changed, 1 insertions, 1 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 |