MEND - end a module.

Usage:

mend

Description:

"mend" performs some clean-up operations on a module. In general, you should not need to use "mend", since it is automatically called (as a wrap-up routine). "mend" doesn't do enough clean-up to let you assemble several modules together, so you'll probably get an error if you try

#module 1
mend
#module 2
mend
   ...

Copyright © 1996, Thinkage Ltd.