view tests/post.ur @ 2205:cdea39473c78

Forgets deleted files.
author Ziv Scully <ziv@mit.edu>
date Tue, 27 May 2014 21:15:53 -0400
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>