Eric Binard wrote:
I have a project to do and I have a problem.
In a function, I have to test if the parameter of the function is like this : (f°g) (a function composed),

I am confused. What are you talking about precisely? An Oz function, or something you parse with an Oz program? Are you talking about the function's definition, or a specific function call?

I use the Parser but it doesn't recognize the character '°'...

Which parser? Gump? {System.show "°"} prints [176] on my machine. Note that '°' is an atom, "°" is a string, and &° is a character.

Cheers,
raph

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to