Mercurial > urweb
view tests/lengthGe.ur @ 2202:606af2c9b828
Identifies tables read or touched by queries.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 08 Mar 2014 05:06:22 -0500 |
parents | f96e708b4b93 |
children |
line wrap: on
line source
fun main () : transaction page = s <- source ""; return <xml><body> <ctextbox source={s}/> <dyn signal={v <- signal s; return (txt (strlenGe v 3))}/> </body></xml>