annotate demo/link.ur @ 2281:75cb60a7f6f1

Simplify C interface.
author Ziv Scully <ziv@mit.edu>
date Thu, 12 Nov 2015 09:15:50 -0500
parents 6a0e54400805
children
rev   line source
adamc@379 1 fun target () = return <xml><body>
adamc@379 2 Welcome!
adamc@379 3 </body></xml>
adamc@379 4
adamc@379 5 fun main () = return <xml><body>
adamc@413 6 <a link={target ()}>Go there</a>
adamc@379 7 </body></xml>