mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-11 05:31:51 +09:00
basic:array indexing and assigning at the index
This commit is contained in:
@@ -18,4 +18,4 @@ Object.freeze(_BIOS);
|
||||
|
||||
// load a BASIC rom
|
||||
sys.mapRom(1);
|
||||
eval("let _appStub=function(exec_args){"+sys.romReadAll()+"};_appStub;")();
|
||||
eval("let basicrom=function(exec_args){"+sys.romReadAll()+"};basicrom;")();
|
||||
Reference in New Issue
Block a user