view tests/test.js @ 2180:5940149cd11a

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sun, 18 Oct 2015 10:50:59 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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