Previous Page | Next Page

Module Library

Overview

IMLMLIB is a library of modules written in the IML language. These modules can be used as though they were built-in functions of IML.

The library contains both functions and subroutines. You can invoke functions in assignment statements or expressions. You can invoke subroutines by using CALL or RUN statements. IML automatically loads, resolves, and executes a module when you use it.

Previous Page | Next Page | Top of Page