view tests/test.js @ 999:8d821baac99e

New release
author Adam Chlipala <adamc@hcoop.net>
date Mon, 12 Oct 2009 18:17:57 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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