-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added ACS ASN, TAN, COSH/CSH, SINH/SNH, TANH/THN functions - add INKEY$ function - added PI pseudo-function/variable - added MOD operator - added XOR operator - added ROUND function, 1-arity rounds to integer, 2-arity rounds to a given decimal point - properly implemented CLR/CLEAR to clear variables - implemented CLS for clear screen - properly cast calculated values to the underlying type, single/double/integer, on assignment - added case where string constant is "closed" by a newline, instead of a quote - updates to test.bas for some of the above
- Loading branch information
1 parent
f5e5906
commit d02a51f
Showing
8 changed files
with
721 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.