diff options
Diffstat (limited to 'doc/usage/cmd')
-rw-r--r-- | doc/usage/cmd/if.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/usage/cmd/if.rst b/doc/usage/cmd/if.rst index 6b3dbe7b0a..813f903a8d 100644 --- a/doc/usage/cmd/if.rst +++ b/doc/usage/cmd/if.rst @@ -33,11 +33,11 @@ test statement $? becomes 0 (true) the statements after the **then** statement will be executed. Otherwise the statements after the **else** statement. -Example -------- +Examples +-------- The examples shows how the value of a numeric variable can be tested with -**itest**. +the :doc:`itest <itest>` command. :: |