Wrote this code using the mozart emacs system I downloaded from here:
This is my code:
declare fun {Mult X Y}
X*Y end
end
{Browse {Mult 1 1}}
When I run it it says:
parse error in file Oz, line 6, column 1.
What does this mean? How do I fix it?