daScript icon indicating copy to clipboard operation
daScript copied to clipboard

[WIP] place GC helper (inscope for now) for local variables, which may be safely deleted

Open borisbat opened this issue 2 weeks ago • 0 comments

def foo {
  let a = [1,2,3,4] // adds "_::builtin_collect_local(a) in the finally section
  debug(a)
} 

borisbat avatar Dec 09 '25 05:12 borisbat