Annotation of 43BSD/contrib/icon/book/f/form3.icn, revision 1.1

1.1     ! root        1: procedure form(arg1,op,arg2)
        !             2:    arg1 := fix(arg1)
        !             3:    arg2 := fix(arg2)
        !             4:    return case op of {
        !             5:       "+"      :  add(arg1,arg2)
        !             6:       "-"      :  sub(arg1,arg2)
        !             7:       "*"      :  mpy(arg1,arg2)
        !             8:       "/"      :  div(arg1,arg2)
        !             9:       "~"      :  drv(arg1,arg2)
        !            10:       default  :  symop(arg1,op,arg2)
        !            11:       }
        !            12: end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.