source: trunk/openjdk/jdk/test/javax/script/Test8.js

Last change on this file was 2, checked in by dmik, 15 years ago

Imported OpenJDK 6 b19 sources from Oracle.

File size: 105 bytes
Line 
1function main(name) {
2 print(name);
3}
4
5var scriptObj = {
6 main: function(name) { print(name); }
7};
Note: See TracBrowser for help on using the repository browser.