File:  [CSRG BSD Unix] / 43BSD / contrib / icon / book / f / form3.icn
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

procedure form(arg1,op,arg2)
   arg1 := fix(arg1)
   arg2 := fix(arg2)
   return case op of {
      "+"	:  add(arg1,arg2)
      "-"	:  sub(arg1,arg2)
      "*"	:  mpy(arg1,arg2)
      "/"	:  div(arg1,arg2)
      "~"	:  drv(arg1,arg2)
      default	:  symop(arg1,op,arg2)
      }
end

unix.superglobalmegacorp.com

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