home *** CD-ROM | disk | FTP | other *** search
/ DarkBasic Professional / DarkBasicPro.iso / data1.cab / App_Files / Editor / Templates / Function.dba next >
Encoding:
Text File  |  2004-09-22  |  175 b   |  4 lines

  1. Function Fname(): rem Rename the function and insert parameter list inside parentheses
  2.  
  3. Endfunction : rem insert Expression after Endfunction if you wish to return a value
  4.