[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

16.5.2 String Quoting Rules

Strings in FreeM must be surrounded in double quotes:

SET MYSTRING="This is a string literal"

If you want to include double quotes inside of a string, simply double them:

SET MYSTRING="This is a ""string literal"" with embedded double quotes"

This document was generated on May 5, 2025 using texi2html 5.0.