1. Introduction : Conventions : Embedded QUEL Examples
 
Share this page                  
Embedded QUEL Examples
This guide contains examples of embedded QUEL code. The examples use the following conventions:
Margins
None used
Labels
Appear on a line of their own and are followed by a colon (:)
Host language comments
Indicated by the QUEL comment indicator. For example:
/* This is a comment. */
Character strings
Enclosed in double quotes (" ")
Pseudocode
Represents host language statements within embedded QUEL. For example:
tablevar = "mytable"
descvar = "name = c20,  phone = c11"
## create tablevar (descvar)
To determine the correct syntax for your programming language, see the Embedded QUEL Companion Guide.