view tests/firebug.ur @ 1378:461250eb24a2

Add a note about Explify to the manual
author Adam Chlipala <adam@chlipala.net>
date Sun, 02 Jan 2011 11:40:08 -0500
parents 5f72a66402f7
children
line wrap: on
line source
fun main () =
  a <- source "some text";
  return <xml><body>
    <label>A: <ctextbox source={a}/></label>
  </body></xml>