The GoTo Statement

The GoTo Statement

    This statement causes the transfer of program execution control from one part of the program to another unconditionally
    Its form is
    go
    Where
    n -- is the statement label which must be in the same program, n is different from l.
    Eg :
    1 GoTo 10
    2 GoTo 100

Last modified: Wednesday, 18 January 2012, 10:44 PM