From f385c2747df7016c11555e5fa57794bfc9fd157b Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Tue, 30 Aug 2022 05:57:59 +0000 Subject: [PATCH] Update 'Modules' --- Modules.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Modules.md diff --git a/Modules.md b/Modules.md new file mode 100644 index 0000000..379d238 --- /dev/null +++ b/Modules.md @@ -0,0 +1,6 @@ +A directory of ARF files is called a module, and the basename of the directory +is that module's name. When a module is used in code, it will be referred to by +this name. Modules include other modules include other modules by specifying +their relative path (beginning with ./) or just by giving the path of the module +relative to a package install location (maybe /usr/include/arf or ~/.arf or +something). \ No newline at end of file