source:
trunk/openjdk/jdk/test/javax/script/Test8.js
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
File size: 105 bytes |
Line | |
---|---|
1 | function main(name) { |
2 | print(name); |
3 | } |
4 | |
5 | var scriptObj = { |
6 | main: function(name) { print(name); } |
7 | }; |
Note:
See TracBrowser
for help on using the repository browser.