next up previous contents
Next: USE ONLY Statement Up: Modules Previous: Encapsulation - Stack example

The USE Renames Facility

The USE statement names a module whose public definitions are to be made accessible.

Syntax:

 
USE  tex2html_wrap_inline43037  module-name  tex2html_wrap_inline43039  &

[, tex2html_wrap_inline43037  new-name tex2html_wrap_inline43039 => tex2html_wrap_inline43037  use-name tex2html_wrap_inline43039 ...]

module entities can be renamed,

    USE HOUSE_DEFS, GET_HOME => GET_HOUSE

The module object GET_HOUSE is renamed to GET_HOME when used locally.

For more information, click here gif


next up previous contents
Next: USE ONLY Statement Up: Modules Previous: Encapsulation - Stack example

Adam Marshall ©University of Liverpool, 1996
Fri Dec 6 18:56:08 GMT 1996
Not for commercial use.