remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / html / templates / fhtml / test / example.fhtml
blob211f44af9a68c0171ddfc02f5b16d1a2d5d8dbcb
1 <% USING: math ; %>
3 <html>
4     <head><title>Simple Embedded Factor Example</title></head>
5     <body>
6         <% 5 [ %><p>I like repetition</p><% ] times %>
7     </body>
8 </html>