@@ -107,12 +107,6 @@ input-element::
107107 <i >token</i >
108108</pre >
109109
110- ** Defined elsewhere** 
111- 
112- *  [ * comment* ] ( #comments ) 
113- *  [ * white-space* ] ( #white-space ) 
114- *  [ * token* ] ( #tokens ) 
115- 
116110** Semantics** 
117111
118112The basic elements of a script are comments, white space, and tokens.
@@ -232,10 +226,6 @@ white-space-character::
232226 Horizontal-tab character (U+0009)
233227</pre >
234228
235- ** Defined elsewhere** 
236- 
237- *  [ * new-line* ] ( #comments ) 
238- 
239229** Semantics** 
240230
241231The space and horizontal tab characters are considered * horizontal
@@ -271,16 +261,6 @@ token::
271261 <i >operator-or-punctuator</i >
272262</pre >
273263
274- ** Defined elsewhere** 
275- 
276- *  [ * variable-name* ] ( #names ) 
277- *  [ * name* ] ( #names ) 
278- *  [ * keyword* ] ( #keywords ) 
279- *  [ * integer-literal* ] ( #integer-literals ) 
280- *  [ * floating-literal* ] ( #floating-point-literals ) 
281- *  [ * string-literal* ] ( #string-literals ) 
282- *  [ * operator-or-punctuator* ] ( #operators-and-punctuators ) 
283- 
284264####Names
285265
286266** Syntax** 
@@ -353,10 +333,6 @@ nondigit:: one of
353333 N O P Q R S T U V W X Y Z
354334</pre >
355335
356- ** Defined elsewhere** 
357- 
358- *  [ * digit* ] ( #integer-literals ) 
359- 
360336** Semantics** 
361337
362338Names are used to identify the following: [ constants] ( 06-constants.md#general ) ,
@@ -635,10 +611,6 @@ digit-sequence::
635611 <i >digit-sequence digit</i >
636612</pre >
637613
638- ** Defined elsewhere** 
639- 
640- *  [ * digit* ] ( #integer-literals ) 
641- 
642614** Constraints** 
643615
644616The value of a floating-point literal must be representable by its type.
@@ -679,13 +651,6 @@ string-literal::
679651 <i >nowdoc-string-literal</i >
680652</pre >
681653
682- ** Defined elsewhere** 
683- 
684- *  [ * single-quoted-string-literal* ] ( #single-quoted-string-literals ) 
685- *  [ * double-quoted-string-literal* ] ( #double-quoted-string-literals ) 
686- *  [ * heredoc-string-literal* ] ( #heredoc-string-literals ) 
687- *  [ * nowdoc-string-literal* ] ( #nowdoc-string-literals ) 
688- 
689654** Semantics** 
690655
691656A string literal is a sequence of zero or more characters delimited in
@@ -838,12 +803,6 @@ codepoint-digits::
838803 <i >hexadecimal-digit codepoint-digits</i >
839804</pre >
840805
841- ** Defined elsewhere** 
842- 
843- *  [ * octal-digit* ] ( #integer-literals ) 
844- *  [ * hexadecimal-digit* ] ( #integer-literals ) 
845- *  [ * b-prefix* ] ( #single-quoted-string-literals ) 
846- 
847806** Semantics** 
848807
849808A double-quoted string literal is a string literal delimited by
@@ -939,13 +898,6 @@ property-in-string::
939898 -> <i >name</i >
940899</pre >
941900
942- ** Defined elsewhere** 
943- 
944- *  [ * variable-name* ] ( #names ) 
945- *  [ * name* ] ( #names ) 
946- *  [ * integer-literal* ] ( #integer-literals ) 
947- *  [ * expression* ] ( 10-expressions.md#general-6 ) 
948- 
949901* expression*  works the same way as in [ simple variable expressions] ( 10-expressions.md#simple-variable ) .
950902
951903After the variable defined by the syntax above is evaluated, its value is converted
@@ -1064,14 +1016,6 @@ hd-simple-escape-sequence:: one of
10641016 \\ \$ \e \f \n \r \t \v
10651017</pre >
10661018
1067- ** Defined elsewhere** 
1068- 
1069- *  [ * name* ] ( #names ) 
1070- *  [ * new-line* ] ( #comments ) 
1071- *  [ * dq-octal-escape-sequence* ] ( #double-quoted-string-literals ) 
1072- *  [ * dq-hexadecimal-escape-sequence* ] ( #double-quoted-string-literals ) 
1073- *  [ * b-prefix* ] ( #single-quoted-string-literals ) 
1074- 
10751019** Constraints** 
10761020
10771021The start and end identifier names must be the same. Only horizontal white
@@ -1124,12 +1068,6 @@ nowdoc-string-literal::
11241068 <i >b-prefix<sub >opt</sub ></i > < ;< ;< ;  ' <i >name</i > ' <i >new-line hd-body<sub >opt</sub > name</i > ;<i ><sub >opt</sub > new-line</i >
11251069</pre >
11261070
1127- ** Defined elsewhere** 
1128- 
1129- *  [ * hd-body* ] ( #heredoc-string-literals ) 
1130- *  [ * new-line* ] ( #comments ) 
1131- *  [ * b-prefix* ] ( #single-quoted-string-literals ) 
1132- 
11331071** Constraints** 
11341072
11351073The start and end identifier names must be the same.
0 commit comments