doc: add interlinks between break and continue commands

This commit is contained in:
Delapouite
2020-03-07 15:57:22 +01:00
committed by Fabian Homborg
parent 81668b3f86
commit a9eeca0d14
2 changed files with 8 additions and 4 deletions

View File

@@ -20,8 +20,6 @@ Example
The following code removes all tmp files that do not contain the word smurf.
::
for i in *.tmp
@@ -34,3 +32,7 @@ The following code removes all tmp files that do not contain the word smurf.
echo $i
end
See Also
--------
- the :ref:`break <cmd-break>` command, to stop the current inner loop