Multicharacter variables
All variables in Mathsys are multicharacter. This means:Valid variables
Variables must follow the regular expression/(?i)(?!\b(?:inf|of|use|lim|Any|Infinite|Nexists|Number|Tensor|Undefined|Variable)\b)[A-Za-zº$%]+/. This might change in the following update, removing the (?i) particle and expanding possible identifiers.
Note keywords excluded.
Variables matching exactly greek letters (e.g. pi), get transpiled to LaTeX on their symbolic form for representation purposes.