Gentee Programming Language > Documentation > Libraries Download documentation

Introduction

Functions that you can use while writing programs in Gentee are described in this section.

Built-in functions

These functions are implemented in the module gentee.dll and are an integral part of the virtual machine.

Standard library

These functions are included in the standard library. By default, it is added in the process of compiling Gentee programs. You can use these functions without any additional description.

Libraries

Additionally linked libraries are described in this section. They are linked with the help of the command include with the corresponding .ge file specified. After that you can use the functions of the linked library. All libraries are stored in the Lib subfolder of the Gentee installation folder.

include 
{
   $"..\Lib\registry.ge"
   $"..\Lib\ini.ge"
}


 Copyright © 2004-2006 Gentee Inc. All rights reserved.