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, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.