view tests/test.js @ 1569:81d007609b1a

Merge
author Adam Chlipala <adam@chlipala.net>
date Thu, 06 Oct 2011 10:12:20 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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