Friday, October 5, 2007

How to work with Goto

How to work with Goto

To work with Goto

Recognizing Delphi programming structure – Goto:

var

label:endhere;

&ldots;&ldots;

label:Beep;

goto label;

No comments: