home *** CD-ROM | disk | FTP | other *** search
/ NeXT 3rd Party Products 1993 / NEXT_3rd_party_products_93.iso / Xanthus / Questor_Demo / Function_Libraries / External_Function_Demo2.xqrf / Functions.txt < prev   
Text File  |  1993-04-06  |  172b  |  12 lines

  1. ;; This file contains QScript Functions
  2. ;; The file must begin with at least one comment
  3.  
  4. define demo3_function(x,y)
  5.     as 
  6.     sqrt(x*x+y*y)
  7. end define
  8.  
  9. ;; This is a comment
  10.  
  11.  
  12.