Bash (Unix shell): Difference between revisions

Content deleted Content added
Tokenization: Shorten lists of operators
Tokens: prose
Line 526:
: {{Pre |‘space’ ‘tab’}}
 
* ''"Operators"''
 
:* Eight of the twelve ''"control operators:"''
Line 551:
''Names,'' also called ''identifiers,'' may be used for naming variables and functions.
 
* ''"Words"''
 
:* Sixteen of the twenty-two ''"reserved words,"'' which may be characters or words:
 
:: <syntaxhighlight lang = bash>
Line 559:
</syntaxhighlight>
 
:* ''"Names"'' may contain only these characters (in the English language):
 
:: <syntaxhighlight lang = text>