Full Documentation: Basic Preprocessor Definitions

Icon version 9.5.20f

invkdefs.icn: Definitions for operator symbols

$include "invkdefs.icn"
February 12, 1995; Ralph E. Griswold
This file is in the public domain.

These definitions can be used in string invocation, as in

     Plus(i, j)

Operators that cannot be used in string invocation in the Icon interpreter
are omitted.

[ Summary entry | Source code ]


lshade.icn: Definitions for VRML 1.0 ornament

$include "lshade.icn"
July 27, 1997; Ralph E. Griswold
This file is in the public domain.

This VRML object is a kind of lampshade.

[ Summary entry | Source code ]


opdefs.icn: Definitions for Icon virtual-machine instructions

$include "opdefs.icn"
June 8, 1994; Ralph E. Griswold
This file is in the public domain.

This file provides definitions for the codes for the Icon virtual
machine.

[ Summary entry | Source code ]


Program Library Page | Icon Home Page