We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bd5a49 + 193163a commit 0b14e3cCopy full SHA for 0b14e3c
1 file changed
docs/manual/index.html
@@ -2466,15 +2466,15 @@ <h4 id="built-in-defines">Built-in Defines</h4>
2466
while !a < sizeof(...)
2467
db <...[!a]> ;01 02 03
2468
!a #= !a+1
2469
- endif
+ endwhile
2470
endmacro
2471
2472
macro example2(named_parameter, ...)
2473
!a #= 0
2474
2475
db <...[!a]> ;02 03 04 05 06 07
2476
2477
2478
db <named_parameter> ;01
2479
2480
@@ -2588,7 +2588,7 @@ <h4 id="built-ins">Built-in Functions</h4>
2588
;...
2589
2590
!fpos #= !fpos+1
2591
-endif</code></pre></td>
+endwhile</code></pre></td>
2592
</tr>
2593
<tr>
2594
<td><code class="65c816_asar">getfilestatus(filename)</code></td>
0 commit comments