feval.icn: Procedure to evaluate string as function call

link feval
June 8, 1994; Ralph E. Griswold
This file is in the public domain.

This procedure analyzes a string representing an Icon function or
procedure call and evaluates the result.

It assumes the string is well-formed.  The arguments can only be
Icon literals. Escapes, commas, and parentheses in strings literals
are not handled.

Source code | Program Library Page | Icon Home Page