Mercurial > urweb
view demo/rec.ur @ 1679:3636d0eeb39c
Fixed clients mutex initialization for compiling under OS X.
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Sat, 14 Jan 2012 23:02:34 +0400 |
parents | 345fcf91c806 |
children |
line wrap: on
line source
fun main () = return <xml><body> <a link={other ()}>Go to the other one!</a> </body></xml> and other () = return <xml><body> <a link={main ()}>Return to <tt>main</tt>!</a> </body></xml>