Contents - Index


String Constant

 

A string constant provides character information.  It is usually enclosed within single quotes as in the following example.

 

A$='my characters'

 

In some situations, such as when a string constant is used to provide the name of a fluid to a thermophysical property function,  the single quotes are optional.

 

Notate that EES also recognizes string variables.