--Lingo syntax " // JavaScript syntax "
String constant; when used before and after a string, quotation marks indicate that the string is a literal--not a variable, numerical value, or script element. Quotation marks must always surround literal names of cast members, casts, windows, and external files.
This statement uses quotation marks to indicate that the string "San Francisco" is a literal string, the name of a cast member:
--Lingo syntax
put member("San Francisco").loaded
// JavaScript syntax
put(member("San Francisco").loaded);