Whither reserved words?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10356
Joined: Wed May 06, 2009 2:28 pm

Whither reserved words?

Post by dunbarx » Mon Sep 03, 2012 5:46 pm

This was a topic in a recent thread in the "convert to LC" area.

In a button script, try some of these:

1- hide all fields

2- hide all groups

3- hide bogus groups

#1 throws an error. Well, "all" is not part of the language, so this is not surprising.

#2 does not throw an error. Well, this is surprising.

#3 throws an error. Well, well.

Craig Newman

Post Reply