Obsolete

Libraries и ключевое слово USE больше не поддерживаются в Gambas, поскольку никогда не работали достаточно хорошо. Рассмотрите возможности написания компонент Gambas, где-нибудь в Gambas после 1.0.

Нижеследующее сохраняется временно, как представляющее исторический интерес:

---+Libraries
Libraries are programs written in Gambas whose classes may be used by other Gambas programs. To use a library in your project, you define a reference to it using the [[LangUSE][USE]] keyword and subsequently may refer to it as though its classes were native to the current project.

Gambas will include a number of these libraries for the purpose of providing examples and utilities.

* [[LibraryUtil][Util]] - common routines for saving configuration between program runs, and other useful features.

---
_It may be possible to develop components directly in Gambas in the future, so using libraries for that may be useless._
-- Gambas.BenoitMinisini - 23 Apr 2004