annotate tests/ctextarea.ur @ 2209:0ca11d57c175

Cleans up interface (it's now a command line option) and renames project to "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
author Ziv Scully <ziv@mit.edu>
date Sat, 31 May 2014 03:08:16 -0400
parents 118ab9641a64
children
rev   line source
adamc@1099 1 fun main () =
adamc@1099 2 s <- source "DEFAULT";
adamc@1099 3 return <xml><body>
adamc@1099 4 <ctextarea rows={2} source={s}/><br/>
adamc@1099 5 <br/>
adamc@1099 6
adamc@1099 7 <dyn signal={s <- signal s; return (cdata s)}/>
adamc@1099 8 </body></xml>