view tests/test.js @ 914:782f0b4eea67

New release
author Adam Chlipala <adamc@hcoop.net>
date Tue, 25 Aug 2009 17:33:13 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

function bar(s) {
  alert("<<" + s + ">>");
}