Metropoli BBS
VIEWER: funoper.h MODE: TEXT (ASCII)
/* Copyright (C) 1993 by Thomas Glen Smith.  All Rights Reserved. */
/* funoper.h - APL2 V1.0.0 *********************************************
* Declarations of routines that transform operators into derived       *
* functions.                                                           *
***********************************************************************/
#if !defined(FUNOPER_INCL)
#define FUNOPER_INCL
/* without axis */
  Dottran; Eachtran;
/* with axis */
  Slashtra;
#endif
[ RETURN TO DIRECTORY ]