skaller wrote:
> So I'm actually curious how Maple can do this, since it is 
> older than GLR technology.
>   
Maple requires ; *between* statements.  You can omit the ; if it is the 
last statement of that block.
So in your example, it would have to be written as

        fun clone () = stuff end; fun clone2() = stuff end fun
else you would get an error.

Jacques



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to