Interface for qBeta module object

Origin: demo

MonitorDemo: obj LIB.MonitorSystem.System
   %requires MonitorSystem
   %include LIB.StringLib
   P1: obj Process
      fac:
         out res: var integer
   myM: obj Monitor
      print: entry
      putItem:value:res: entry
   P2: obj Process
      sum:
         out res: var integer