Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!rutgers!ames!oliveb!sun!cairo!tut From: tut@cairo.UUCP Newsgroups: comp.text Subject: Re: TeX on Ultrix Message-ID: <12765@sun.uucp> Date: Thu, 5-Feb-87 14:30:46 EST Article-I.D.: sun.12765 Posted: Thu Feb 5 14:30:46 1987 Date-Received: Sat, 7-Feb-87 15:47:02 EST References: <53@bnl.UUCP> Sender: news@sun.uucp Lines: 12 Summary: Sun's Pascal compiler provides otherwise in case statement In article <53@bnl.UUCP>, drs@bnl.UUCP (David R. Stampf) writes: > I have just started to bring up Tex on Ultrix (and Suns) and ran into an > immediate problem with the "others" clause in case statements. Tex uses > 'em and pc doesn't want to know about it. Any assistance would be > appreciated. Sun's Pascal compiler provides the "otherwise" clause in case statements, which is like the "default" keyword in C's switch/case statements. See page 84 in the Pascal Programmer's Guide (purple tabs). The "otherwise" is probably what you want. I don't know what to do for Ultrix. Bill Tuthill