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!