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

m
racket BEFORE rexx!
({{header|Racket}} stub added)
m (racket BEFORE rexx!)
Line 158:
=={{header|Python}}==
See [[Idiomatically_determine_all_the_lowercase_and_uppercase_letters#Python|String class isidentifier]].
 
=={{header|Racket}}==
 
<lang racket>
</lang>
 
{{out}}
<pre>
</pre>
The output to <code>(main)</code> is massive, and probably not dissimilar to Tcl's (anyone want to compare?)
 
=={{header|REXX}}==
Line 221 ⟶ 231:
symbol characters: !#$.0123456789?@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz
</pre>
 
=={{header|Racket}}==
 
<lang racket>
</lang>
 
{{out}}
<pre>
</pre>
The output to <code>(main)</code> is probably not dissimilar to Tcl's (anyone want to compare?)
 
=={{header|Tcl}}==
569

edits