> Does Oz support syntax for characters? (As an analogy, SML uses > #"a").
The "&a" syntax should do the trick:
proc {Test1 C}
case C
of &a then {Browse a}
[] &b then {Browse b}
[] &c then {Browse c}
end
end
Cheers,
Ryan
--
Ryan Kelly
http://www.rfk.id.au | This message is digitally signed. Please visit
[EMAIL PROTECTED] | http://www.rfk.id.au/ramblings/gpg/ for details
signature.asc
Description: This is a digitally signed message part
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
