Assignment Statements
Quoted String:
$ vbl = “quoted string”
Case is preserved.
Examples:
$ PROMPT = “Press RETURN to continue “
$ INVRSP = “% Invalid response!”
Notes:
When a quoted string is assigned to a symbol, the case and contents of the string are preserved intact.