Muse Wiki
Brought to you by:
lyconair
Identifiers for variables, instances, processes, etc. are not allowed to start with a numerical character and can use the following characters:
a...z
A...Z
0...9
@#_
~~~~~~
Examples are:
beta
Delta
scale3
#param
@home
_score
~~~~
Please note that the system does not check for unique identifiers. See the section about scope for more information.
Tip: Use short identifiers to enhance performance. The system uses parameters currently as is, a preparser is planned. Therefore the longer the identifier the longer the system needs to parse them.