home *** CD-ROM | disk | FTP | other *** search
/ Clickx 21 / Clickx 21.iso / data / samurize_1.62.exe / Scripts / HelloWorld.vbs < prev   
Encoding:
Text File  |  2003-01-30  |  57 b   |  4 lines

  1. Function Hello()
  2.     Hello = "Hello World!"
  3. End Function
  4.