reqlanOverviewIdeasFilesCode filesClustersAttributesGraphPrint

Printable idea sheet

import_namespace

reqlan rq/language/imports.rq:42

Namespace import syntax uses import and a quoted path.
Namespace import may include an alias using as.
A bracket reference to the alias alone — for example context_model — opens the imported file and links only the alias name, like an ideaset namespace.
Qualified references through the alias — for example builder — resolve ideas from the imported module.

Interactive page: import_namespace