Mercurial > urweb
view tests/sequence.ur @ 2014:fee1f660139c
Added HTML5 Semantic Tags
author | David Snider <david@davidsnider.net> |
---|---|
date | Sat, 10 May 2014 20:38:13 -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>