Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!rice!uw-beaver!milton!dali.cs.montana.edu!uakari.primate.wisc.edu!sdd.hp.com!caen!uflorida!kluge!serss0.fiu.edu From: acmfiu@serss0.fiu.edu (ACMFIU) Newsgroups: comp.sys.apple2 Subject: orca/m emulation of Merlin ':' labels Message-ID: <2702@kluge.fiu.edu> Date: 2 Mar 91 04:31:56 GMT Sender: news@kluge.fiu.edu Organization: Florida International University, Miami Lines: 18 in merlin, you can do the following label1 lda $10 :1 lda $20 label2 lda $10 :1 lda $20 and the labels with ':' as the first character are local to the most recent global variable. is this possible in orca/m? i have seen code that does label1 loop1 label2 loop2 but that looks real ugly. maybe a macro can do what i want? albert