Mercurial > urweb
view tests/periodic.ur @ 1927:b6aee1d5b9b1
Add JavaScript mappings for isprint and ord
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 09 Dec 2013 17:23:25 -0500 |
parents | 87156c44824f |
children |
line wrap: on
line source
task periodic 5 = fn () => debug "Every 5 seconds" task periodic 13 = fn () => debug "Every 13 seconds" fun main () : transaction page = return <xml/>