IMPLEMENTATION MODULE Break; (* This module provided to help with porting code from some DOS compilers *) (* The procedures here currently do nothing *) (* John Andrea, Sept.8/92 *) (* This code may be freely used and distributed, it may not be sold. *) PROCEDURE EnableBreak; BEGIN END EnableBreak; BEGIN END Break.