comparison tests/test.js @ 766:df09c95085f8

More FFI compiler options
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 12:10:43 -0400
parents
children
comparison
equal deleted inserted replaced
765:a28982de5645 766:df09c95085f8
1 function print() {
2 alert("Hi there!");
3 }
4
5 function bar(s) {
6 alert("<<" + s + ">>");
7 }