Keywords
Jeanne A. E. DeVoto
revolution at jaedworks.com
Thu Mar 17 11:30:43 EST 2005
At 7:53 PM -0500 3/16/05, Kevin J wrote:
>Is there a document or a website that can explain some of the key
>words a bit better. When to know when you need the key words "the",
>"is" ect.
>ie:
> if the somthing of the otherthing = "true" then
The the keyword is mandatory before the names of built-in functions,
unless the parentheses form of the function is used:
get the time -- must use "the" if () are not used
get time() -- cannot use "the" if () are used
The the keyword is optional before the names of properties, but it is
good style to include it.
(This is from the documentation.)
"is" is a synonym for the "=" operator.
--
jeanne a. e. devoto ~ revolution at jaedworks.com
http://www.jaedworks.com
More information about the use-livecode
mailing list