Idiomatically determine all the characters that can be used for symbols: Difference between revisions

Content added Content deleted
(added Factor)
Line 64: Line 64:
[ invalid-word-name ] when ;
[ invalid-word-name ] when ;
</pre>
</pre>
From this code we can see that any symbols may be used in an identifier unless it parses as a string or a number.
From this code we can see that any characters may be used in an identifier unless it parses as a string or a number.


=={{header|Go}}==
=={{header|Go}}==