-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d06928
commit 80d692b
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
* save and load from text file rather than pickle binary | ||
* added command line argument functionality (breaks running outside of PyDOS environment) | ||
* prompt changed from > to : | ||
* added functionality to LIST command allow the specification of line or line range | ||
* added single line compound statement support with : seperator | ||
* change print delimeter from : to ; or , | ||
* added trailing ; to print statement to indicate print without end carriage return | ||
* added TAB() function support to print statement | ||
* added memory garbage collection before array creation attempts | ||
* modified starting array element from 0 to 1 so that dim(10) created a 10 element array | ||
* attempted to resolve branching out of active loop with goto and then returning to start of loop problem | ||
* PI, RNDINT, TERNARY, INSTR functions removed | ||
* VAL function modified slightly to work on micropython | ||
* added support for numbered variable names i.e. a1, num9 | ||
|
||
|