Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!agate!eris.berkeley.edu!mwm From: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) Newsgroups: comp.sys.amiga.tech Subject: Re: Can you nest subroutines in C? Message-ID: <25964@agate.BERKELEY.EDU> Date: 2 Jul 89 18:41:28 GMT References: <4525@crash.cts.com> Sender: usenet@agate.BERKELEY.EDU Reply-To: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) Organization: Missionaria Phonibalonica Lines: 69 In article <4525@crash.cts.com> wade@pnet01.cts.com (Wade Bickel) writes: You're not looking very hard. Please translate the following C <>construct into M2: <> <> short main[] = {1, 2, 3} ; <> < On hardware that supports it, this sets up three words, puts the <>values 1, 2 and 3 into them, and arranges to branch to that location <>under the right conditions. < < I don't see how the code you've listed arranges the branch, so perhaps