Case sensitivity in Livecode ??

Alex Tweedly alex at tweedly.net
Wed Jun 1 12:44:25 EDT 2022


I was surprised to find that

    constant K = TRUE

produces an error, though

   constant K = true

is fine. In other contexts, you can say

    put TRUE into myVar
    put true into hisVar
    etc.

but in a constant statement, it seems to be case sensitive.

Anyone got an interesting story (or theory) on why ?   :-)

Thanks

Alex.





More information about the use-livecode mailing list