Mercurial > urweb
view demo/alert.ur @ 1872:6507e973af84
Add -print-ccompiler command line option
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Wed, 18 Sep 2013 15:45:18 +0400 |
parents | e6bc6bbd7a32 |
children |
line wrap: on
line source
fun main () = return <xml><body> <button value="Click me!" onclick={fn _ => alert "You clicked me!"}/> </body></xml>