summaryrefslogtreecommitdiff
path: root/tests/sequence.ur
blob: 4d37d05aa2149b61f3389dfbb98f0126cbd4d8b9 (plain)
1
2
3
4
5
6
7
sequence seq

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