Sunday, April 20th, 2008
All programming languages have a number of words that have special meanings in that language. These are known as reserved words and they can only be used in the appropriate parts of the programming code where they are intended by the language to be used. Trying to use a reserved word for something else will [...]
Posted in Golden Oldie | Permalink | No Comments »
Saturday, April 12th, 2008
All programming languages have what are known as reserved words. These are the words to which the language has assigned special meanings and they generate the basic structure of how the language itself works. You can’t use reserved words for any purpose within the language than that for which their use is reserved. Not all [...]
Posted in Golden Oldie | Permalink | No Comments »