Mercurial > urweb
view tests/test.js @ 1699:3320eba6bad5
Clarify necessity of 'effectful' in the manual
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 13 Mar 2012 13:36:26 -0400 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }