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

Content deleted Content added
Shuisman (talk | contribs)
Puppydrum64 (talk | contribs)
mNo edit summary
Line 1:
{{task}}
{{omit from|6502 Assembly}}
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''.