On Fri, Feb 13, 2009 at 2:42 PM, Quirino Zagarese < [email protected]> wrote:
> Thank you very much Raphael, > I though only procedures could use parameters in that way. > This is true. But functions in Oz are defined as procedures, that's why it works ;-) Now it's all clearer. > Then what about matching whatever#true? Is there a way to do that(i.e. a > character like % in SQL)? The identifier '_' matches anything, for instance: case Result of _#true then ... end Cheers, raph
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
