home *** CD-ROM | disk | FTP | other *** search
/ ftp.americansys.com / 2014.06.ftp.americansys.com.tar / ftp.americansys.com / EZTest.zip / samplescript.xs < prev    next >
Text File  |  2006-06-19  |  162b  |  11 lines

  1. Function Main
  2.  
  3.     ;This is a script that does nothing.
  4.     ; It only demonstrates colors.
  5.  
  6.     If ( x = 12) then
  7.         Print ("Hello")
  8.     End If
  9. End Function ; Main
  10.  
  11.