view tests/crypt.ur @ 1679:3636d0eeb39c

Fixed clients mutex initialization for compiling under OS X.
author Vladimir Shabanov <vshabanoff@gmail.com>
date Sat, 14 Jan 2012 23:02:34 +0400
parents a5bfed32d4f7
children
line wrap: on
line source
fun cryptIt r = return <xml><body>
  {[crypt r.Pass "AB"]}
</body></xml>

fun main () = return <xml><body>
  <form><textbox{#Pass}/> <submit action={cryptIt}/></form>
</body></xml>