view tests/test.js @ 1124:2f53e0deffb3

Makefile fix for release
author Adam Chlipala <adamc@hcoop.net>
date Tue, 12 Jan 2010 09:58:14 -0500
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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