view tests/vlad1.ur @ 2145:5a010f408f36

Do not explicitly return false from onclick handler
author Julian Squires <julian@cipht.net>
date Thu, 07 May 2015 09:50:37 -0400
parents 609ab3947a08
children
line wrap: on
line source
fun row (label : string) : xbody = <xml>
 {[label]}
</xml>
fun main () = return (row "asdf")