rmk216 wrote:
Hello, Would anybody happen to know where I can find out more about the underscore (operator?) in Oz? I'm confused by this figure from CTM.p101:X = f(a:X b:_)
The underscore _ is equivalent to 'local A in A end', i.e., it is a variable name that is not used anywhere else. Peter _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
