Mercurial > urweb
view tests/lengthGe.ur @ 2227:adb49db02af4
Fix type in flush FFI call to option string (rather than string).
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 31 Mar 2015 04:10:46 -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>