view tests/test.js @ 2066:7214a14a6fe2

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 30 Aug 2014 08:48:41 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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