binop.icn: Procedure to apply binary operation to list of values

procedure binop:           apply binary operation

link binop
July 15, 1995; Ralph E. Griswold
This file is in the public domain.

This procedure applies a binary operation to a list of arguments.
For example,

     binop("+", 1, 2, 3)

returns 6.

Source code | Program Library Page | Icon Home Page