Sohom Sahaun

Results 4 comments of Sohom Sahaun

Another potential use case: ```js declare_vars = function() { foo = 0; }; declare_vars(); bar = foo; // "foo" doesn't get highlighted ```

Mm, interesting. I was talking about `declare_vars` being in the create event though.

Please provide a simple example to replicate this issue.