Mercurial > urweb
view tests/post.ur @ 2281:75cb60a7f6f1
Simplify C interface.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Thu, 12 Nov 2015 09:15:50 -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>