Check if a variable is used

[Autolink] Menu

 
/* check if a variable is defined                                     */

  if SYMBOL( "varname" ) = "VAR" then
    say "The variable VARNAME is defined. The value is: " || varName


[Back: Delete a part of the parameter]
[Next: Check if a compound variable is defined]