Can anyone show me how to secure the value of variable in imagej macro script?
In general, there is a key word, such as const
, to ensure the variable unchangable in most of programming language, but in imagej macro this optional keyword cannot be identified.