a statement that transfers the flow of execution to another point in your code
Last updated 2 years ago
Was this helpful?
โฉ โฉ control transfer
a statement that transfers the flow of execution to another point in your code.
break
continue
return
throw
fallthrough
GRAMMAR OF A CONTROL TRANSFER STATEMENT
control-transfer-statement โ
โฉ