index
:
debian-urweb
dfsg_clean
master
unofficial
Debian packaging for Ur/Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
float.ur
blob: aae6d521ee70a5dc3810327aeba47781eaf583c1 (
plain
)
1
2
3
4
5
6
fun main () = let val x = 0.001 * 50.0 in return <xml><body>{[x]}</body></xml> end