Mercurial > urweb
view tests/lengthGe.ur @ 2137:8ecbd1100227
Set dummy header lookup function in static.c
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 03 May 2015 09:40:13 -0400 |
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>