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

promoted to (full) task status.
(Added Perl example)
(promoted to (full) task status.)
Line 1:
{{draft task}}
Idiomatically determine all the characters that can be used for ''symbols''.
The word ''symbols'' is meant things like names of variables, procedures (i.e., named fragments of programs, functions, subroutines, routines), statement labels, events or conditions, and in general, anything a computer programmer can choose to ''name'', but not being restricted to this list. ''Identifiers'' might be another name for ''symbols''.
Line 14:
;See also
* [[Idiomatically_determine_all_the_lowercase_and_uppercase_letters|Idiomatically determine all the lowercase and uppercase letters]].
<br><br>
 
=={{header|AWK}}==