The script
```
const xsq = (function(x){ return x**2; })(2);
const z = "abc";
```
shows `z` as a "Macro", and `xsq` as a "Function". Since I didn't find a
`const` variable on a script with plenty more stuff, I didn't think of looking
under other symbol types. Is there a way of knowing how Geany classifies
constructions? Quite specifically in JavaScript, but also in general. Thanks!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/2879#discussioncomment-1242426