Mercurial > urweb
view tests/test.js @ 1872:6507e973af84
Add -print-ccompiler command line option
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Wed, 18 Sep 2013 15:45:18 +0400 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }