Mercurial > urweb
view tests/sequence.ur @ 1709:4600cc5e335c
Added several missing tag attributes
author | Vladimir Shabanov <vshabanoff@gmail.com> |
---|---|
date | Wed, 11 Apr 2012 03:03:19 +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>