[previous] [up] [next]     [contents] [index]
Next: Examples Up: Core Units Previous: Examples

Invoking and Opening Units

The invoke-open-unit procedure is useful for testing units without linking them into a larger program:

  (invoke-open-unit expr name-specifier import-variable  tex2html_wrap_inline12550 ) 
invokes the unit expr like invoke-unit, but the unit's exported variables are created as global variables in the current eventspace. The way in which exported names are created as global variables depends on the name-specifier clause (which is not an expression):

PLT