1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <html lang="en">
- <head>
- <title>Preamble Section - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="File-Format.html#File-Format" title="File Format">
- <link rel="prev" href="File-Format.html#File-Format" title="File Format">
- <link rel="next" href="Data-Section.html#Data-Section" title="Data Section">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="Preamble-Section"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="Data-Section.html#Data-Section">Data Section</a>,
- Previous: <a rel="previous" accesskey="p" href="File-Format.html#File-Format">File Format</a>,
- Up: <a rel="up" accesskey="u" href="File-Format.html#File-Format">File Format</a>
- <hr>
- </div>
- <h4 class="subsection">2.3.1 Preamble Section</h4>
- <p><a name="index-preamble-157"></a>
- <ul>
- <li>A file may contain at most one preamble.
- <li>The preamble, if any, is a consecutive sequence of lines beginning
- with the first line in the file.
- <li>The first line of the preamble must begin with a hash (<code>#</code>)
- character.
- <li>Subsequent lines of the preamble must either begin with a hash, or
- immediately follow a line that ends with a backslash (<code>\</code>)
- character (or both).
- </ul>
- </body></html>
|