You are reading a single comment by @loopMasta and its replies. Click here to read the full conversation.
  • ... a small typo in line 9.

    if (eq<0) eg=arg.length;
    

    should be

    if (eq<0) eq=arg.length;
    
About

Avatar for loopMasta @loopMasta started