function
| Library: Utilities (OMUTIL) Import : omutil.xmd | Returns: a platform-specific number that identifies a process | 
export integer function process-id
 util.process-id returns a platform-specific number that uniquely identifies the operating system
      process running the current application.
      
 The process ID of the OmniMark program can be gotten as follows: 
        
import "omutil.xmd" prefixed by util. process output "This OmniMark application has process ID: " || util.process-id || "%n"The output of this program will likely change from one run to the next.