Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!agate!ig!uwmcsd1!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!uw-beaver!cornell!rochester!ken From: ken@cs.rochester.edu (Ken Yap) Newsgroups: comp.lang.modula2 Subject: zcat in M2 Message-ID: <9228@sol.ARPA> Date: 1 May 88 07:39:53 GMT Reply-To: ken@cs.rochester.edu (Ken Yap) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 8 Is there a portable way to write bitwise left shift and right shift in M2? I have a simple LZ decompressor in Powell's M2 that is compatible with the Unix compress. I'm almost ready to post this to this newsgroup. I'm using the bitoperations extensions at the moment. If there is no portable way to do it, I'll let you fix it yourself, it's only in three places. You also have to provide binary byte i/o. Ken