annotate tests/pow.ur @ 2276:c05f9a5e0f0f

Progress on free paths, but consolidation seems to fail more with them.
author Ziv Scully <ziv@mit.edu>
date Mon, 09 Nov 2015 13:37:31 -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>