annotate tests/csdebug.ur @ 2261:f81f1930c5d6

Fix SQL-parsing and declaration-ordering bugs.
author Ziv Scully <ziv@mit.edu>
date Wed, 30 Sep 2015 00:33:52 -0400
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>