view tests/ctextarea.ur @ 2207:f0f7bf234893

Removes DBMS choice override from compiler.sml (which was there for debugging).
author Ziv Scully <ziv@mit.edu>
date Fri, 30 May 2014 12:00:00 -0400
parents 118ab9641a64
children
line wrap: on
line source
fun main () =
    s <- source "DEFAULT";
    return <xml><body>
      <ctextarea rows={2} source={s}/><br/>
      <br/>

      <dyn signal={s <- signal s; return (cdata s)}/>
    </body></xml>