view tests/test.js @ 1315:855c5adafc2d

New release
author Adam Chlipala <adam@chlipala.net>
date Tue, 02 Nov 2010 09:13:00 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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