Mercurial > urweb
view tests/post.ur @ 2274:0730e217fc9c
First draft of more specific formulas for queries.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Thu, 05 Nov 2015 01:48:42 -0500 |
parents | b106ca8200b1 |
children |
line wrap: on
line source
fun callMe n s pb = return <xml><body> n = {[n]}<br/> s = {[s]}<br/> pb : {[postType pb]} = {[postData pb]} </body></xml>