view tests/test.js @ 1851:1239ba1a1671

New release
author Adam Chlipala <adam@chlipala.net>
date Sun, 21 Apr 2013 10:29:30 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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