As you can see, the code is displayed with line numbers,
and the file is named at the beginning and ending of
each chunk. Interscript calls these chunks
code sections
and the doco between them
document sections.
So basically, Interscript allows you to
interleave
code and document sections. You can end a code section
with an @head() command, or a @doc() command, which
switch back to document mode.