.. _library_flags:

``flags``
=========

Flags was developed at Katholieke Universiteit Leuven

SPDX-FileCopyrightText: 2010 Katholieke Universiteit Leuven
SPDX-License-Identifier: Artistic-2.0

| Contributions to this file:
| Author: Theofrastos Mantadelis
| Suggestions: Paulo Moura
| Version: 1
| Date: 27/11/2010

API documentation
-----------------

Open the
`../../apis/library_index.html#flags <../../apis/library_index.html#flags>`__
link in a web browser.

Loading
-------

To load all entities in this library, load the ``loader.lgt`` file:

::

   ?- logtalk_load(flags(loader)).

Testing
-------

To test this library predicates, load the ``tester.lgt`` file:

::

   | ?- logtalk_load(flags(tester)).
