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

Content deleted Content added
Chunes (talk | contribs)
added Factor
Chunes (talk | contribs)
Line 64:
[ invalid-word-name ] when ;
</pre>
From this code we can see that any symbolscharacters may be used in an identifier unless it parses as a string or a number.
 
=={{header|Go}}==