Jump to content

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

added a general description for "symbols" to the task's requirements.
(→‎{{header|Perl 6}}: mention that typical identifers are, well, typical)
(added a general description for "symbols" to the task's requirements.)
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/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''.
 
 
The method should find the characters regardless of the hardware architecture that is being used   (ASCII, EBCDIC, or other).
Cookies help us deliver our services. By using our services, you agree to our use of cookies.