view tests/sbind.ur @ 1482:8314f1a309e7

Clarify about implicit folder arguments
author Adam Chlipala <adam@chlipala.net>
date Tue, 28 Jun 2011 08:07:20 -0400
parents 57018f21cd5c
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <p>Before</p>
  <p><dyn signal={s <- return "Bye"; return <xml>{[s]}</xml>}/></p>
  <p>After</p>
</body></xml>