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
/
test.js
blob: 4f29ca81ac6303df2bedb8afa748627ee5736858 (
plain
)
1
2
3
4
5
6
7
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }