Translations:Dynamic variables/103/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
Importing a new version from external source
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Naming Restrictions ===
Naming restrictions
The names of dynamic variables and dynamic variable spaces must not contain symbols, punctuation, or whitespace, <em>except</em> for period (<code>.</code>), underscore (<code>_</code>), space (<code> </code>), and hyphen (<code>-</code>). To check if a character is unable to be used in a dynamic variable name, one can use the [[ProtoFlux:Is Symbol|Is Symbol]], [[ProtoFlux:Is Punctuation|Is Punctuation]], and [[ProtoFlux:Is White Space|Is White Space]] ProtoFlux nodes, taking care of the three exceptions above.

Latest revision as of 23:25, 25 April 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Dynamic variables)
Naming restrictions

Naming restrictions