Actions
Bug #781
closedBank Shrink Fails. (Improper transpiling.)
Start date:
06/13/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
For example:
// Enter your magic spell here!
Reserve As Data 15,50000
Bank Shrink 15,20000
Resulting code has a %bankindex embedded where 15 belongs.
// Bank Shrink 15,20000
aoz.sourcePos="0:2:0";
aoz.banks.bankShrink(%bankindex,20000);
Actions