log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/test.js @ 766:df09c95085f8
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
More FFI compiler options
author
Adam Chlipala <adamc@hcoop.net>
date
Sat, 02 May 2009 12:10:43 -0400
parents
children
rev
line source
adamc@766
1
function print() {
adamc@766
2
alert("Hi there!");
adamc@766
3
}
adamc@766
4
adamc@766
5
function bar(s) {
adamc@766
6
alert("<<" + s + ">>");
adamc@766
7
}