annotate tests/pow.ur @ 2291:50ad02829abd

Make cache flushes happen immediately instead of at end of transaction.
author Ziv Scully <ziv@mit.edu>
date Tue, 17 Nov 2015 02:44:37 -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>