Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
RetiredWizard authored May 31, 2021
1 parent 5d06928 commit 80d692b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions PyBasic changes.txt
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


0 comments on commit 80d692b

Please sign in to comment.