Mercurial > urweb
view tests/sequence.ur @ 1987:fa044101ad99
Closing old datetime branch.
author | Patrick Hurst <phurst@mit.edu> |
---|---|
date | Mon, 17 Feb 2014 19:25:30 -0500 |
parents | e976b187d73a |
children |
line wrap: on
line source
sequence seq fun main () : transaction page = n <- nextval seq; return <html><body> {txt _ n} </body></html>