[feature] did you guys knew that "?" is a valid character for function/command name?

Andre Garzia andre at andregarzia.com
Sun Sep 5 14:37:46 EDT 2010


Folks,

Did you guys knew that "?" is a valid character for naming functions and
commands? I just created a function like that and it works

function mode? pMode
  return pMode is sLocalVarA["mode"]
end mode?

and I can use it like this:

if mode?("fundamenteal") then
bla bla bla
end if



-- 
http://www.andregarzia.com All We Do Is Code.



More information about the use-livecode mailing list