aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/extensions/part.xml
diff options
context:
space:
mode:
Diffstat (limited to 'system/doc/extensions/part.xml')
-rw-r--r--system/doc/extensions/part.xml57
1 files changed, 57 insertions, 0 deletions
diff --git a/system/doc/extensions/part.xml b/system/doc/extensions/part.xml
new file mode 100644
index 0000000000..56fd2c09a6
--- /dev/null
+++ b/system/doc/extensions/part.xml
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="latin1" ?>
+<!DOCTYPE part SYSTEM "part.dtd">
+
+<part>
+ <header>
+ <copyright>
+ <year>1997</year>
+ <year>2007</year>
+ <holder>Ericsson AB, All Rights Reserved</holder>
+ </copyright>
+ <legalnotice>
+ The contents of this file are subject to the Erlang Public License,
+ Version 1.1, (the "License"); you may not use this file except in
+ compliance with the License. You should have received a copy of the
+ Erlang Public License along with this software. If not, it can be
+ retrieved online at http://www.erlang.org/.
+
+ Software distributed under the License is distributed on an "AS IS"
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+ the License for the specific language governing rights and limitations
+ under the License.
+
+ The Initial Developer of the Original Code is Ericsson AB.
+ </legalnotice>
+
+ <title>Erlang Extensions Since 4.4</title>
+ <prepared>OTP Team</prepared>
+ <docno></docno>
+ <date>1997-02-21</date>
+ <rev>E</rev>
+ <file>part.sgml</file>
+ </header>
+ <description>
+ <p>This chapter describes extensions made to the Erlang language
+ since version 4.4 (where nothing is said to the contrary, an extension
+ was added in version 4.4).
+ The chapter contains the following sections:
+ </p>
+ <list type="bulleted">
+ <item>Records</item>
+ <item>Functional Objects (Funs)</item>
+ <item>List Comprehensions</item>
+ <item>Macros</item>
+ <item>File inclusion</item>
+ <item>Bit syntax</item>
+ <item>Miscellaneous</item>
+ </list>
+ </description>
+ <include file="records"></include>
+ <include file="funs"></include>
+ <include file="list_comprehensions"></include>
+ <include file="macros"></include>
+ <include file="include"></include>
+ <include file="bit_syntax"></include>
+ <include file="misc"></include>
+</part>
+