view tests/sequence.ur @ 755:58d8f877e1ee

Views in CHANGELOG
author Adam Chlipala <adamc@hcoop.net>
date Tue, 28 Apr 2009 15:15:21 -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>