view tests/test.js @ 1492:175b6d52252d

New release
author Adam Chlipala <adam@chlipala.net>
date Fri, 15 Jul 2011 10:17:15 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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