Prev: m Properties File
[1]: Internally, numbers are stored as 64 bit floating point values in IEEE format, with 52+1 bit mantissa and 11 bit exponent.
[2]: Internally, each character is represented by 16 bits, thus supporting the UNICODE® basic multilingual plane. However, fonts often support only the ISO-8859-1 (Latin) character set.
[3]: Internally, keys are organized into a dynamic hash table.
[4]: This minimalistic approach was chosen to reduce the number of control characters required for a valid m script.
[5]: They are not completely equivalent: in s[f(x)]+=3, f(x) is evaluated only once, whereas in s[f(x)]=s[f(x)]+3, f(x) is evaluated twice.
[6]: Tools to create SVG icons include Adobe Illustrator or Inkscape.
[7]: If used to install native modules, the SIS must not be a patch to the m environment, but a base package with its own UID. Due to a bug in the SIS installer, installation of a patch on an embedded package may fail if the embedded package is not already installed.
[8]: signsis will run without problems under Linux using wine.