EnglishРусский  

   ..

   arr.g

   arrstr.g

   arrustr.g

   buf.g

   console.g

   fcopy.g

   ffind.g

   file.g

   hash.g

   math.g

   process.g

   search.g

   stack.g

   stdlib.g

   str.g

   stradv.g

   strfile.g

   system.g

   ustr.g

The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

source\lib\stdlib\stdlib.g
 1 #norun=1
 2 #gefile=1
 3 #include=clear
 4 #output = ..\..\exe\lib\stdlib.ge
 5 #wait=2
 6 /******************************************************************************
 7 *
 8 * Copyright (C) 2004-2007, The Gentee Group. All rights reserved. 
 9 * This file is part of the Gentee open source project - http://www.gentee.com. 
10 * 
11 * THIS FILE IS PROVIDED UNDER THE TERMS OF THE GENTEE LICENSE ("AGREEMENT"). 
12 * ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS 
13 * ACCEPTANCE OF THE AGREEMENT.
14 *
15 * Author: Alexey Krivonogov ( gentee )
16 *
17 ******************************************************************************/
18 
19 type _gentee {
20    uint   cpage
21    uint   multib
22 }
23 
24 
25 include {
26    "winimport.g"
27    "system.g"
28    "file.g"    
29    "buf.g"
30    "str.g"   
31    "arr.g"
32    "collection.g"
33    "hash.g"
34    "arrstr.g"
35    "datetime.g"   
36    "strfile.g"
37    "filefuncs.g"   
38    "process.g"   
39    "stack.g"
40    "ffind.g"
41    "console.g"
42    "fcopy.g"
43    "ustr.g"
44    "arrustr.g"
45    "search.g"
46    "stradv.g"   
47 }   
48 
49