Skip to content

namespace

A namespace is treated as a module in Bjarne language.

Syntax

namespace module_identifier
{
}

Namespace Inheritance

For more information on the namespace inheritance, please refer to Namespace Inheritance.

import

For more information on the import keyword, please refer to import.

export

For more information on the import export, please refer to export.