File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2491,7 +2491,7 @@ sections:
2491
2491
label $out | ... break $out ...
2492
2492
2493
2493
The `break $label_name` expression will cause the program to
2494
- to act as though the nearest (to the left) `label $label_name`
2494
+ act as though the nearest (to the left) `label $label_name`
2495
2495
produced `empty`.
2496
2496
2497
2497
The relationship between the `break` and corresponding `label`
Original file line number Diff line number Diff line change @@ -1958,7 +1958,7 @@ sections:
1958
1958
label $out | ... break $out ...
1959
1959
1960
1960
The `break $label_name` expression will cause the program to
1961
- to act as though the nearest (to the left) `label $label_name`
1961
+ act as though the nearest (to the left) `label $label_name`
1962
1962
produced `empty`.
1963
1963
1964
1964
The relationship between the `break` and corresponding `label`
Original file line number Diff line number Diff line change @@ -2217,7 +2217,7 @@ sections:
2217
2217
label $out | ... break $out ...
2218
2218
2219
2219
The `break $label_name` expression will cause the program to
2220
- to act as though the nearest (to the left) `label $label_name`
2220
+ act as though the nearest (to the left) `label $label_name`
2221
2221
produced `empty`.
2222
2222
2223
2223
The relationship between the `break` and corresponding `label`
Original file line number Diff line number Diff line change @@ -2493,7 +2493,7 @@ sections:
2493
2493
label $out | ... break $out ...
2494
2494
2495
2495
The `break $label_name` expression will cause the program to
2496
- to act as though the nearest (to the left) `label $label_name`
2496
+ act as though the nearest (to the left) `label $label_name`
2497
2497
produced `empty`.
2498
2498
2499
2499
The relationship between the `break` and corresponding `label`
You can’t perform that action at this time.
0 commit comments