source:
trunk/server/swat2/scripting/test.ejs@
622
      
      | Last change on this file since 622 was 414, checked in by , 16 years ago | |
|---|---|
| File size: 201 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | /* | 
| 3 | some test ejs code | 
| 4 | */ | 
| 5 | function showArray(name, array) { | 
| 6 | write("<h3>Array: " + name + "</h3>\n"); | 
| 7 | for (v in array) { | 
| 8 | write(name + "[" + v + "]=" + array[v] + "<br/>\n"); | 
| 9 | } | 
| 10 | } | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
