home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interacti…pecial Edition 2000 April / cd.iso / pc / PC / maintenance / Techsheduler / data1.cab / Script_Examples / JavaTest.scr
Encoding:
Text File  |  1999-07-27  |  102 b   |  10 lines

  1. function main(name)
  2. {
  3.     return 'Hello ' + name + '.';
  4. }
  5.  
  6. function err_test()
  7. {
  8.     return Foo;
  9. }
  10.