view tests/test.js @ 1617:8611da277df4

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 27 Nov 2011 15:32:06 -0500
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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