Package instantiation: GNAT.Spitbol.Table_Integer

Description

This package provides a predefined instantiation of the table abstraction for type Standard.Integer. The largest negative integer is used as the null value for the table. This package is based on Macro-SPITBOL created by Robert Dewar.

Header

package GNAT.Spitbol.Table_Integer is
  new GNAT.Spitbol.Table (Integer, Integer'First, Integer'Image);