[Toc][Index]

Check if a variable is used





 
/* check if a variable is defined                                     */

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

  

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995
Peter Childs