evaluate.icn: Program to evaluate Icon expressions

March 4, 1995; Ralph E. Griswold
This file is in the public domain.
This program evaluates Icon operations given from standard input in
functional form.  It cannot handle nested expressions or control
structures.  See eval.icn for more details.

There is one option:

     -l i    limit on number of results from a generator; default 2 ^ 30

Source code | Program Library Page | Icon Home Page