Mercurial > urweb
view tests/league.ur @ 2228:25c94de06e3c
New mouse events oncontextmenu, onmouseenter, and onmouseleave.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 07 Apr 2015 14:18:53 -0400 |
parents | 5ecf67553da8 |
children |
line wrap: on
line source
type team = string type league = string table team : { Id : team, League : league } val foo = queryL(SELECT * FROM team) val bar : int = "hi"