There was an error while loading. Please reload this page.
let a = 1; callF(() => { let b = a; });
ERROR AS100: Not implemented: Closures
let b = a;
ERROR AS100: Not implemented: Closures