view tests/test.js @ 1608:77180224f1f9

Mention Basis.current in manual
author Adam Chlipala <adam@chlipala.net>
date Thu, 24 Nov 2011 11:09:50 -0500
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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