@@ -119,15 +119,15 @@ <h1 id="smallbasic-user-guide">SmallBASIC User Guide</h1>
119119< li > < a href ="#Parameters "> Parameters</ a > </ li >
120120< li > < a href ="#ExitAFunctionOrSubroutine "> Exit a function or
121121subroutine</ a > </ li >
122- < li > < a href ="#SingleLineFunctions "> Single-line Functions</ a > </ li >
122+ < li > < a href ="#SingleLineFunctions "> Single-Line Functions</ a > </ li >
123123< li > < a href ="#UsingLocalVariables "> Using Local Variables</ a > </ li >
124124< li > < a href ="#NestedRoutines "> Nested Routines</ a > </ li >
125125< li > < a href ="#DeclarationsInPalmOS "> Declarations in PalmOS</ a > </ li >
126126</ ul > </ li >
127127< li > < a href ="#Conditions "> Conditions</ a >
128128< ul >
129129< li > < a href ="#IfThenElseifEndif "> IF-THEN-ELSIF-ELSE</ a > </ li >
130- < li > < a href ="#SingleLineIfThenElse "> Single-line IF-THEN-ELSE</ a > </ li >
130+ < li > < a href ="#SingleLineIfThenElse "> Single-Line IF-THEN-ELSE</ a > </ li >
131131< li > < a href ="#InlineVersionOfIf "> Inline Version of IF</ a > </ li >
132132< li > < a href ="#SelectCase "> SELECT CASE</ a > </ li >
133133</ ul > </ li >
@@ -1205,7 +1205,7 @@ <h3 id="ExitAFunctionOrSubroutine">Exit a Function or Subroutine</h3>
12051205executed.</ p >
12061206< p > Subroutines can be exited using the keywords < code > EXIT SUB</ code > .
12071207All commands following < code > EXIT SUB</ code > will not be executed.</ p >
1208- < h3 id ="SingleLineFunctions "> Single-line Functions</ h3 >
1208+ < h3 id ="SingleLineFunctions "> Single-Line Functions</ h3 >
12091209< pre > < code > FUNC name(par1, ..., parN) = expression
12101210DEF name(par1, ..., parN) = expression</ code > </ pre >
12111211< p > < code > FUNC</ code > and < code > DEF</ code > can be used to declare
@@ -1411,7 +1411,7 @@ <h3 id="IfThenElseifEndif">IF-THEN-ELSIF-ELSE</h3>
14111411< code > ELIF</ code > and < code > FI</ code > can be used. Instead of
14121412< code > THEN</ code > , < code > DO</ code > can be used, but this is not
14131413suggested.</ p >
1414- < h3 id ="SingleLineIfThenElse "> Single-line IF-THEN-ELSE</ h3 >
1414+ < h3 id ="SingleLineIfThenElse "> Single-Line IF-THEN-ELSE</ h3 >
14151415< div class ="sourceCode " id ="cb71 "> < pre
14161416class ="sourceCode smallbasic "> < code class ="sourceCode smallbasic "> < span id ="cb71-1 "> < a href ="#cb71-1 " aria-hidden ="true " tabindex ="-1 "> </ a > < span class ="kw "> IF </ span > expression < span class ="kw "> THEN co</ span > mmand1 < span class ="kw "> ELSE</ span > command2</ span > </ code > </ pre > </ div >
14171417< p > Single-line IF-THEN-ELSE causes SmallBASIC to make a decision based
@@ -1909,7 +1909,7 @@ <h2 id="ExceptionHandling">Exception Handling</h2>
19091909href ="https://smallbasic.github.io/reference/1425.html "> TRY</ a > .</ p >
19101910</ div >
19111911 < div class ="pagefooter ">
1912- This page was last edited on Thu, 8 May 2025 22:57:28 +0200
1912+ This page was last edited on Mon, 9 Jun 2025 22:04:26 +0200
19131913 |
19141914 < a href ="https://en.wikipedia.org/wiki/Markdown " target ="_blank " rel ="nofollow "> Markdown</ a >
19151915 processed with
0 commit comments