annotate tests/csdebug.ur @ 2288:98f96a976ede

Finish locking, but it's not yet tested rigorously.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 11:03:09 -0500
parents bd34a4af516a
children
rev   line source
adam@1625 1 fun main () : transaction page =
adam@1625 2 n <- source 0;
adam@1625 3 return <xml><body>
adam@1625 4 <button onclick={n' <- get n; set n (n' + 1); debug ("Message: " ^ show n')}/>
adam@1625 5 </body></xml>