view tests/test.js @ 2065:981836fa51db

New release
author Adam Chlipala <adam@chlipala.net>
date Sat, 30 Aug 2014 08:28:59 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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