Interface for qBeta module object

Origin: bmp

Hello: obj
   %include LIB.String
   helloObject: obj
      s: ref String
      print:
         -- i:?integer(noOfTimes)
         -- i:=noOfTimes
         
         in noOfTimes: var integer
         loop:
   Object1: obj
      s: ref String
      print:
   Object2: obj
      s: ref String
      print:
   Object3: obj
      s: ref String
      print:
   Object: obj