Help for this page

Select Code to Download


  1. or download this
    @days{@x,@y}
    ($days{@x},$days{@y})
    
  2. or download this
    @days{foo(),bar()}
    ($days{foo()},$days{bar()})
    
  3. or download this
        if (GIMME != G_ARRAY) {
            MARK = ORIGMARK;
            *++MARK = *SP;
            SP = MARK;
        }