module GlobalDo where

windowObj b = do  
   if (b) then 
       i = 0
   else
       i = 1
   result ()
