home *** CD-ROM | disk | FTP | other *** search
/ Clickx 21 / Clickx 21.iso / data / samurize_1.62.exe / Scripts / HelloWorld.js < prev    next >
Encoding:
Text File  |  2002-05-23  |  50 b   |  4 lines

  1. function Hello() 
  2. {
  3.     return "Hello World!"   
  4. }