Annotation of 43BSD/contrib/icon/book/19/form2.icn, revision 1.1.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:       "^"      :  rse(arg1,arg2)
                     10:       }
                     11: end

unix.superglobalmegacorp.com

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