[Omake] Scoping
Nathaniel Gray
n8gray at caltech.edu
Mon Nov 6 18:36:35 PST 2006
Hi,
Can somebody explain why these two things are not the same:
=== Thing1: ===
Thing(name) =
BLAH = yes
return $(MakeThing $(name))
thing = $(Thing foo)
=== Thing2: ===
BLAH = yes
thing = $(MakeThing foo)
Basically, I want to hide the definition of BLAH from the top scope.
Thanks,
-n8
--
>>>-- Nathaniel Gray -- Caltech Computer Science ------>
>>>-- Mojave Project -- http://mojave.cs.caltech.edu -->
More information about the Omake
mailing list