Summary
###########################################################################
File: apply.icn
Subject: Procedure to apply a list of functions to an argument
Author: Ralph E. Griswold
Date: March 4, 1995
###########################################################################
This file is in the public domain.
###########################################################################
This procedure applies a list of functions to an argument. An example is
apply([integer, log], 10)
which is equivalent to integer(log(10)).
###########################################################################
Procedures:
apply
This file is part of the (main) package.
Source code.
apply(plist, arg)
This page produced by UniDoc on 2021/04/15 @ 23:59:54.