What are the reserved words in Warehouse?
Reserved word lists are published for languages that have a syntax where identifiers can occur in the same places as keywords. This makes it illegal to use keywords as an identifier and requires a list of reserved words or keywords. Warehouse’s language was designed not to require reserved words. Therefore there is no need to publish a list of keywords. To illustrate, the following syntax is legal but is neither sanctioned nor maintainable : 1> define print : string value ‘hello’ 2> define string : string value ‘world’ 3> print print, string hello world Tip : code obfuscation of this kind is extremely poor practice. Consider, for example, the consequences of performing a change all on a name that is both a variable identifier and a Warehouse statement, such as print or string.
Related Questions
- What is the past tense of spread? Okay I know its a dumb question because its just spread right? But it doesn seem right to say they spread the peanut butter on the bread yesterday. Maybe I need to insert some more words like "managed to"
- Is Baseball Warehouse an authorized Internet retailer?
- What are the reserved words in Warehouse?