in reply to Re^3: Problem unlinking files
in thread Problem unlinking files

I always use an ampersand as part of function calls. I understand that some people consider this to be unnecessary...but I disagree.

Replies are listed 'Best First'.
Re^5: Problem unlinking files
by parv (Parson) on Nov 28, 2007 at 03:41 UTC
    Ok, then why be inconsistent in ampersand usage (in the example you posted)?
      In the example I posted &SOME_TEST was the only user-defined funtion call. I don't see the inconsistency that you are referencing.

        In the second last episode, you wrote ...

        I always use an ampersand as part of function calls.

        ... from which "user-defined" phrase is missing, which now appeared in the latest episode. In light of that, sure, there is no inconsistency of ampersand usage.