Goto
No. Do not use goto
. If you absolutely have to use a goto
statement, use a switch case
instead or restructure your code.
Last updated
Was this helpful?
No. Do not use goto
. If you absolutely have to use a goto
statement, use a switch case
instead or restructure your code.
Last updated
Was this helpful?