summaryrefslogtreecommitdiff
path: root/tests/crypt.ur
blob: e1f48c65aa312ed1b414abf2270055a139377eba (plain)
1
2
3
4
5
6
7
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>