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

J. Landman Gay jacque at hyperactivesw.com
Sun Sep 5 19:31:42 EDT 2010


On 9/5/10 1:37 PM, Andre Garzia wrote:
> 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
>
>
>

It was valid in HC too.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list