Mercurial > urweb
view demo/alert.ur @ 1369:1a78ca089bd0
Expose buffer type for other C libraries; replace minusSeconds with addSeconds
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 26 Dec 2010 15:52:56 -0500 |
parents | 8e17e6b615bd |
children | e6bc6bbd7a32 |
line wrap: on
line source
fun main () = return <xml><body> <button value="Click me!" onclick={alert "You clicked me!"}/> </body></xml>