Complex Literals

A complex literal is the source code representation of a value of a Currency, Date, Document, Grammar, Language, Prompt, User, Script, or Time. For examples of complex literals, see the example literals in the descriptions of Currency, Date, Document, Grammar, Language, Prompt, User, Script, or Time data types.


ComplexLiteral:
			CurrencyLiteral
			DateLiteral
			DocumentLiteral
			GrammarLiteral
			LanguageLiteral
			PromptLiteral
			UserLiteral
			ScriptLiteral
			TimeLiteral

Prompt complex literals are of type Prompt. Currency complex literals are of type Currency, Date complex literal are of type Date. Document complex literals are of type Document. Grammar complex literals are of type Grammar. Language complex literals are of type Language. Prompt complex literals are of type Prompt. User complex literals are of type User. Script complext literals are of type Script. Time complex literals are of type Time.