Mercurial > urweb
view tests/test.js @ 837:ccf22c2c77b2
Tweak -- precedence; use right env for final exhaustiveness errors
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 02 Jun 2009 15:43:18 -0400 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }