PickBASIC / FlashBASIC
" Reserved Character
.mdThe " reserved character marks the beginning or ending of a literal string in FlashBASIC or BASIC.
Syntax
[\|’|"]string[\|’|"]
Description
Example(s)
In this example, single quotation
marks are used to determine if the contents of answer contains the literal string, quit.
if answer = ’quit’ then stop
This example illustrates the use of two types of quotation marks, which are enforced by the heading statement.
heading "’lc’Rocket’l’"
AQL sentences enforce the rule that the heading string must be enclosed in double quotation marks. heading options must be enclosed in single quotation marks. The whole string is passed as a literal by enclosing it in \.
execute \list entity heading "’lc’entity’l’"\