Mercurial > urweb
view tests/babySpawn.ur @ 1987:fa044101ad99
Closing old datetime branch.
author | Patrick Hurst <phurst@mit.edu> |
---|---|
date | Mon, 17 Feb 2014 19:25:30 -0500 |
parents | d2383ffc18ab |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <button onclick={fn _ => spawn (alert "Hi")}/> </body></xml>