diff options
Diffstat (limited to 'source/text/sbasic/shared/03090000.xhp')
-rw-r--r-- | source/text/sbasic/shared/03090000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03090000.xhp b/source/text/sbasic/shared/03090000.xhp index 57f0c680de..f59c8340cc 100644 --- a/source/text/sbasic/shared/03090000.xhp +++ b/source/text/sbasic/shared/03090000.xhp @@ -33,7 +33,7 @@ <section id="prog_execution"> - <paragraph id="hd_id3145136" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03090000.xhp">Controlling Program Execution</link></paragraph> + <h1 id="hd_id3145136"><link href="text/sbasic/shared/03090000.xhp">Controlling Program Execution</link></h1> <paragraph role="paragraph" id="par_id3143268" xml-lang="en-US">The following statements control the execution of a program.</paragraph> </section> <paragraph role="paragraph" id="par_id3156152" xml-lang="en-US">A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements.</paragraph> |