Importing a new version from external source |
Importing a new version from external source |
||
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>), and | 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 17:15, 4 October 2024
Naming Restrictions
The names of dynamic variables and dynamic variable spaces must not contain symbols, punctuation, or whitespace, except for period (.
), underscore (_
), space (
), and hyphen (-
). To check if a character is unable to be used in a dynamic variable name, one can use the Is Symbol, Is Punctuation, and Is White Space ProtoFlux nodes, taking care of the three exceptions above.