comparison tests/bodyClick.ur @ 2241:2b1af5dc6dee

Merge.
author Ziv Scully <ziv@mit.edu>
date Sun, 19 Jul 2015 19:05:16 -0700
parents d857da05f042
children
comparison
equal deleted inserted replaced
2240:88cc0f44c940 2241:2b1af5dc6dee
1 fun main () : transaction page = return <xml>
2 <body onclick={fn _ => alert "You clicked the body."}
3 onkeyup={fn _ => alert "Key"}>
4 <p>Text</p>
5 </body>
6 </xml>