8. Skribe User Manual -- Standard Library


main page
top:Skribe User Manual
index:Index
markups:Standard Markups


Standard Library
8.1File functions
8.2Misc. Functions


Chapters
1Getting Started
2Syntax & Values
3Standard Markups
4References and Hyperlinks
5Indexes
6Bibliography
7Computer programs
8Standard Library
9Engines
10Editing Skribe Programs
11Skribe compiler
12Compiling Texi documents
13List of examples
14Table of contents

This section describes the Skribe standard library

8.1 File functions

The function include is particularily useful to spread a long document amongst several files.

prototype
(include file)
argumentdescription
fileThe file containing the nodes to be included. These nodes are included in the document in place of the include call

The given file is searched in the current [?mark *skribe-path*]


8.2 Misc. Functions

The function skribe-release returns the Skribe version as a string

prototype
(skribe-release)

For instance, the following piece of code

[This manual documents the ,(bold (skribe-release)) Skribe release]

produces the following output

This manual documents the 1.0a Skribe release


This Html page has been produced by Skribe.
Last update Thu Apr 29 06:50:47 2004.