NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



SayLiteral -- [DEPRECATED]

Do not use this function, use 'Say' instead

SayLiteral became an alias for Say in version 4.5, and should not be used.

In prior releases of SIML, SayLiteral would output to the user the string literal parameter. Expressions could not be passed.

Sample Source

SayLiteral """This is a "sample" of a triple-quoted string-literal.
              They can be mult-line, and contain "double quotes" as well as
              'single quotes'.  """

Related Function(s):
   Say;

Minimum version: 2.0