|
|
|
|
|
by tptacek
4006 days ago
|
|
There are a multiple usable "returns" in functions because "return" is just "pop" then "jump", so a block that has the effect of manipulating the stack and then transferring control can often be used to the same effect as a return. |
|