view tests/sequence.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 e976b187d73a
children
line wrap: on
line source
sequence seq

fun main () : transaction page =
        n <- nextval seq;
        return <html><body>
                {txt _ n}
        </body></html>