added typecasts for int and float

This commit is contained in:
Ava Hahn 2023-03-07 13:43:51 -08:00
parent a429b546d0
commit 06d30ac263
Signed by untrusted user who does not match committer: affine
GPG key ID: 3A4645B8CF806069
4 changed files with 130 additions and 2 deletions

View file

@ -148,8 +148,8 @@ Will need a concatenate function for tables
*** TODO Main shell calls Load function on arg and exits
*** TODO Can enter multiple lines of text, with formatting in repl
*** TODO arithmetic operations
**** TODO typecast (int)
**** TODO typecast (float)
**** DONE typecast (int)
**** DONE typecast (float)
**** DONE add
**** DONE sub
**** DONE div