Mercurial > urweb
view tests/strcspn.ur @ 2087:834b438d57f3
Move code from last changeset, to improve performance
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 05 Dec 2014 19:41:27 -0500 |
parents | 446e73902b09 |
children |
line wrap: on
line source
fun main () : transaction page = s <- source ""; return <xml><body> <ctextbox source={s}/> <button onclick={fn _ => v <- get s; alert (show (strcspn v "0123456789"))}/> </body></xml>