According to the inline dictionary example, "red" is indeed a color but I have doubts about the relevance of 4520 for example.
In my opinion, 4520 is more of an integer.
returns YES
Code: Select all
if 4520 is a color then put "YES" else put "NO"
if "4520" is a color then put "YES" else put "NO"
if 0 is a color then put "YES" else put "NO"
if "0" is a color then put "YES" else put "NO"
Code: Select all
if "" is a color then put "YES" else put "NO"