Mercurial > urweb
view tests/init.ur @ 1480:aa0c6382aa57
top.urs: More comments
author | Robin Green <greenrd@greenrd.org> |
---|---|
date | Tue, 28 Jun 2011 11:55:57 +0100 |
parents | 8a169fc0838b |
children |
line wrap: on
line source
sequence seq table fred : {A : int, B : int} task initialize = fn () => setval seq 1; dml (INSERT INTO fred (A, B) VALUES (0, 1))