Mercurial > urweb
view tests/letwhere.ur @ 2064:3dd041b00087
Extend ScriptCheck to take RPCs into account
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 24 Aug 2014 11:43:49 -0400 |
parents | afeeabdcce77 |
children |
line wrap: on
line source
fun main () : transaction page = let return <xml>Hi {[alice]} and {[bob]}!</xml> where val alice = "Alice" val bob = "Bob" end