Skip to content
Snippets Groups Projects
Commit df840945 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Raise some questions.

Rev: refdoc/chapters/modules.xml:1.2
parent dd807761
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
operators of a module to obtain a certain behaviour. Bear in mind
that variables defined on a module-wide bases are shared among all
clones of programs in the module.
<fixme>Explain difference between .pmod and .pike</fixme>
</p>
<p>
......@@ -52,10 +53,16 @@
the module are placed in <expr>.pike</expr>-files.
</p>
</section>
<p>
Note that Pike modules must not use try to load files relative to
__FILE__, since such code will break in Microsoft Windows.
<fixme>Explain why.</fixme>
</p>
</section>
<section title="Writing Modules in C">
<p> FIXME: to be written.</p>
<p><fixme>To be written.</fixme></p>
</section>
<section title="Special Module Variables and functions">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment