annotate demo/alert.ur @ 1422:07ef5771568d

Notice that Basis.now is effectful; smarter JavaScript encoding of initial source values built using server-side expressions that can't be turned into JavaScript
author Adam Chlipala <adam@chlipala.net>
date Tue, 08 Feb 2011 16:54:01 -0500
parents 8e17e6b615bd
children e6bc6bbd7a32
rev   line source
adamc@644 1 fun main () = return <xml><body>
adamc@644 2 <button value="Click me!" onclick={alert "You clicked me!"}/>
adamc@644 3 </body></xml>