Synonyms in PML Macros and Functions
- Last UpdatedFeb 08, 2023
- 1 minute read
You may use synonyms in macros, although you can not use them in PML Functions.
This restriction was introduced because changing a synonym (which is global to the whole program) can cause an unintentional change in behavior of individual macros.
There is also a large performance penalty on every line of PML executed where synonyms are permitted.