mirror of
https://github.com/irmen/prog8.git
synced 2024-11-20 03:32:05 +00:00
todo
This commit is contained in:
parent
b182f7e693
commit
64d682bfde
@ -3,8 +3,6 @@ TODO
|
||||
====
|
||||
|
||||
- option to load library files from a directory instead of the embedded ones
|
||||
- vector inc/dec/add/sub/mul/div...?
|
||||
arrayvar++ / arrayvar-- / arrayvar += 2 / arrayvar -= 2 / arrayvar *= 3 / arrayvar /= 3
|
||||
|
||||
|
||||
Memory Block Operations integrated in language?
|
||||
@ -12,6 +10,9 @@ Memory Block Operations integrated in language?
|
||||
|
||||
array/string memory block operations?
|
||||
|
||||
- vector inc/dec/add/sub/mul/div...? (on array or string):
|
||||
arrayvar++ / arrayvar-- / arrayvar += 2 / arrayvar -= 2 / arrayvar *= 3 / arrayvar /= 3
|
||||
|
||||
- array operations
|
||||
copy (from another array with the same length), shift-N(left,right), rotate-N(left,right)
|
||||
clear (set whole array to the given value, default 0)
|
||||
|
Loading…
Reference in New Issue
Block a user