view tests/test.js @ 1769:b042c50de57c

Merge
author Adam Chlipala <adam@chlipala.net>
date Sat, 19 May 2012 11:32:24 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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