daScript
daScript copied to clipboard
[WIP] place GC helper (inscope for now) for local variables, which may be safely deleted
def foo {
let a = [1,2,3,4] // adds "_::builtin_collect_local(a) in the finally section
debug(a)
}