annotate tests/pow.ur @ 2284:472b4504aef2

Actually use transactional machinery for flushes this time.
author Ziv Scully <ziv@mit.edu>
date Thu, 12 Nov 2015 11:44:21 -0500
parents 373e2c3f03b2
children
rev   line source
adam@1832 1 fun main () : transaction page = return <xml><body>
adam@1832 2 <li>2^4 = {[pow 2 4]}</li>
adam@1832 3 <li>3.4^5.6 = {[pow 3.4 5.6]}</li>
adam@1832 4 </body></xml>