Mercurial > urweb
view tests/test.js @ 1235:a7b773f1d053
Command-line use of Iflow
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 13 Apr 2010 11:34:59 -0400 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }