Mercurial > urweb
view tests/test.js @ 2170:a86749aef6eb
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 19 Aug 2015 10:32:11 -0400 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }