This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
tutorial:conditionalstatement [2019/01/07 12:56] admin [Break, Continue, Exit and Goto] |
tutorial:conditionalstatement [2019/01/07 13:00] (current) admin [Break, Continue, Exit and Goto] |
||
|---|---|---|---|
| Line 164: | Line 164: | ||
| begin | begin | ||
| exit; | exit; | ||
| - | writeln('After Exit'); //This one won't be shown | + | writeln('After Exit'); //This won't be shown |
| end; | end; | ||
| </sxh> | | </sxh> | | ||
| - | |Goto| ไปยัง Label ที่กำหนด |<sxh delphi;> | + | |Goto| ไปยัง Label ที่ระบุ |<sxh delphi;> |
| label PointA,PointB; //declare labels | label PointA,PointB; //declare labels | ||
| BEGIN | BEGIN | ||