log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
comparison
equal
deleted
inserted
replaced
765:a28982de5645
766:df09c95085f8
1
function print() {
2
alert("Hi there!");
3
}
4
5
function bar(s) {
6
alert("<<" + s + ">>");
7
}