view tests/babySpawn.ur @ 2025:afeeabdcce77

let..where..end
author Adam Chlipala <adam@chlipala.net>
date Wed, 11 Jun 2014 14:22:47 -0400
parents d2383ffc18ab
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <button onclick={fn _ => spawn (alert "Hi")}/>
</body></xml>