Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: return;

    by Norm
    Replies
    3
    Views
    1,736

    Re: return;

    Where did you get the word "escape" from? What does it mean in this context?
    For me, the return statement returns the execution flow to the caller.
  2. Thread: return;

    by Norm
    Replies
    3
    Views
    1,736

    Re: return;

    In your use of return there is no value being returned. The return statement exits from the method and "returns" to the caller.
Results 1 to 2 of 2