![]() |
System Debug Reference Manual
> Chapter 6 System Debug Command Specifications M - XWHILE |
|||||||||||||||||||||||
|
SyntaxWHILE condition DO cmdlist Parameters
Examples
$nmdebug > var n 7
$nmdebug > while n > 0 do {wl n; var n n-1}
7
6
5
4
3
2
1
A simple while loop example.
$nmdebug > while [pc] >> $10 <> $2000 do ssSingle step until the next Pascal/XL statement number. Limitations, RestrictionsNone
|