Skip to content

Commit 0b14e3c

Browse files
authored
Merge pull request #378 from yuriks/patch-1
Replace outdated endif usage with endwhile in manual
2 parents 9bd5a49 + 193163a commit 0b14e3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/manual/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2466,15 +2466,15 @@ <h4 id="built-in-defines">Built-in Defines</h4>
24662466
while !a &lt; sizeof(...)
24672467
db &lt;...[!a]&gt; ;01 02 03
24682468
!a #= !a+1
2469-
endif
2469+
endwhile
24702470
endmacro
24712471

24722472
macro example2(named_parameter, ...)
24732473
!a #= 0
24742474
while !a &lt; sizeof(...)
24752475
db &lt;...[!a]&gt; ;02 03 04 05 06 07
24762476
!a #= !a+1
2477-
endif
2477+
endwhile
24782478
db &lt;named_parameter&gt; ;01
24792479
endmacro
24802480

@@ -2588,7 +2588,7 @@ <h4 id="built-ins">Built-in Functions</h4>
25882588
;...
25892589

25902590
!fpos #= !fpos+1
2591-
endif</code></pre></td>
2591+
endwhile</code></pre></td>
25922592
</tr>
25932593
<tr>
25942594
<td><code class="65c816_asar">getfilestatus(filename)</code></td>

0 commit comments

Comments
 (0)