comparison tests/button.ur @ 2211:ef766ef6e242

Merge.
author Ziv Scully <ziv@mit.edu>
date Sat, 13 Sep 2014 19:16:07 -0400
parents 235b33d62275
children
comparison
equal deleted inserted replaced
2210:69c0f36255cb 2211:ef766ef6e242
1 fun main () : transaction page = return <xml><body>
2 <button onclick={fn _ => alert "AHOY"}><b>CLICK IT</b></button>
3 </body></xml>
4