| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Sets the M dialect in effect for the current routine buffer; also sets the $DIALECT special variable to match. See also $DIALECT.
Syntax
;%DIALECT <dialect>
Valid values for <dialect> are as follows:
M77Restricts FreeM to use only features specified by the 1977 M standard.
M84Restricts FreeM to use only features specified by the 1984 M standard.
M90Restricts FreeM to use only features specified by the 1990 M standard.
M95Restricts FreeM to use only features specified by the 1995 M standard.
MDSRestricts FreeM to use only features proposed by the Millennium Draft Standard.
M5Restricts FreeM to use only features proposed by the upcoming M5 standard.
FREEM, EXTENDEDRemoves all standards-based restrictions and allows full access to all FreeM features. This is the default value of %DIALECT.
Please note that FreeM is not entirely standards-compliant, regardless of the value of %DIALECT.
This document was generated on May 19, 2025 using texi2html 5.0.