repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git]
/
basis
/
html
/
templates
/
fhtml
/
test
/
example.fhtml
blob
211f44af9a68c0171ddfc02f5b16d1a2d5d8dbcb
1
<% USING: math ; %>
2
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>