miniscript
miniscript copied to clipboard
some small tweaks
In regards of #185
Explanations from top to bottom:
- Let
BindAndCopyoverrideable by giving itvirtualto let developers make functions perm-binded - Set
nextContext.outerVarsto the function'souterVarsinManuallyPushCallso the function won't lose variables outside of its scope. Useful if the function is from the MiniScript code and the function uses variables outside of its scope. - Check
tempssize before fetch the index to not error'd