Mercurial > urweb
comparison doc/manual.tex @ 1331:a6427d1eda6f
Comments in .urp files
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 11 Dec 2010 13:42:54 -0500 |
parents | 9be9da2df74b |
children | 4dd5d23bace2 |
comparison
equal
deleted
inserted
replaced
1330:452b14d88a10 | 1331:a6427d1eda6f |
---|---|
126 \begin{verbatim} | 126 \begin{verbatim} |
127 createdb test | 127 createdb test |
128 psql -f crud1.sql test | 128 psql -f crud1.sql test |
129 \end{verbatim} | 129 \end{verbatim} |
130 | 130 |
131 A blank line separates the named directives from a list of modules to include in the project. | 131 A blank line separates the named directives from a list of modules to include in the project. Any line may contain a shell-script-style comment, where any suffix of a line starting at a hash character \texttt{\#} is ignored. |
132 | 132 |
133 For each entry \texttt{M} in the module list, the file \texttt{M.urs} is included in the project if it exists, and the file \texttt{M.ur} must exist and is always included. | 133 For each entry \texttt{M} in the module list, the file \texttt{M.urs} is included in the project if it exists, and the file \texttt{M.ur} must exist and is always included. |
134 | 134 |
135 Here is the complete list of directive forms. ``FFI'' stands for ``foreign function interface,'' Ur's facility for interaction between Ur programs and C and JavaScript libraries. | 135 Here is the complete list of directive forms. ``FFI'' stands for ``foreign function interface,'' Ur's facility for interaction between Ur programs and C and JavaScript libraries. |
136 \begin{itemize} | 136 \begin{itemize} |