view tests/test.js @ 1482:8314f1a309e7

Clarify about implicit folder arguments
author Adam Chlipala <adam@chlipala.net>
date Tue, 28 Jun 2011 08:07:20 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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