comparison tests/post.ur @ 1347:b106ca8200b1

postBody type
author Adam Chlipala <adam@chlipala.net>
date Sat, 18 Dec 2010 10:56:31 -0500
parents
children
comparison
equal deleted inserted replaced
1346:faad7d01b200 1347:b106ca8200b1
1 fun callMe n s pb = return <xml><body>
2 n = {[n]}<br/>
3 s = {[s]}<br/>
4 pb : {[postType pb]} = {[postData pb]}
5 </body></xml>