<html lang="en"> <head> <title>Enigma</title> <meta http-equiv="Content-Type" content="text/html"> <meta name="description" content="Enigma"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="#Top"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This manual is for Enigma, version 0.1. Copyright (C) 2010 Niels Serup Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This document is also available under the terms of the Creative Commons Attribution-Share Alike 3.0 (or any later version) Unported license. A copy of the license is available at `http://creativecommons.org/licenses/by-sa/3.0/legalcode'. --> <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> <h1 class="settitle">Enigma</h1> <div class="contents"> <h2>Table of Contents</h2> <ul> <li><a name="toc_Top" href="index.html#Top">Enigma</a> <li><a name="toc_Introduction" href="Introduction.html#Introduction">1 A short introduction</a> <li><a name="toc_Language" href="Language.html#Language">2 The language</a> <ul> <li><a href="Operators.html#Operators">2.1 Operators</a> <li><a href="Numbers.html#Numbers">2.2 Numbers</a> <li><a href="Strings.html#Strings">2.3 Strings</a> <li><a href="Lists.html#Lists">2.4 Lists</a> <li><a href="Booleans.html#Booleans">2.5 Booleans</a> <li><a href="Files.html#Files">2.6 Files</a> <li><a href="Functions.html#Functions">2.7 Functions</a> <li><a href="Conditionals.html#Conditionals">2.8 Conditionals</a> <li><a href="Loops.html#Loops">2.9 Loops</a> <li><a href="Undefined.html#Undefined">2.10 Undefined behaviour</a> </li></ul> <li><a name="toc_Future" href="Future.html#Future">3 Future aspects</a> <li><a name="toc_Implementations" href="Implementations.html#Implementations">4 Implementations</a> <li><a name="toc_Comparison" href="Comparison.html#Comparison">5 Comparison with other languages</a> <ul> <li><a href="Compared-assigning.html#Compared-assigning">5.1 Assigning values</a> <li><a href="Compared-conditionals.html#Compared-conditionals">5.2 Conditionals</a> <li><a href="Compared-looping.html#Compared-looping">5.3 Looping</a> <li><a href="Compared-functions.html#Compared-functions">5.4 Functions</a> </li></ul> <li><a name="toc_Built_002dIn" href="Built_002dIn.html#Built_002dIn">6 Built-in values and functions</a> <ul> <li><a href="Built_002dIn-values.html#Built_002dIn-values">6.1 Values</a> <li><a href="Built_002dIn-functions.html#Built_002dIn-functions">6.2 Functions</a> </li></ul> <li><a name="toc_Copying-This-Manual" href="Copying-This-Manual.html#Copying-This-Manual">Appendix A GNU Free Documentation License</a> <li><a name="toc_Index" href="Index.html#Index">Index</a> </li></ul> </div> <div class="node"> <a name="Top"></a> <p> Next: <a rel="next" accesskey="n" href="Introduction.html#Introduction">Introduction</a>, Previous: <a rel="previous" accesskey="p" href="../index.html#dir">(dir)</a>, Up: <a rel="up" accesskey="u" href="../index.html#dir">(dir)</a> <hr> </div> <h2 class="unnumbered">Enigma</h2> <p>This manual is for Enigma, version 0.1. Copyright © 2010 Niels Serup <blockquote> Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". <p>This document is also available under the terms of the Creative Commons Attribution-Share Alike 3.0 (or any later version) Unported license. A copy of the license is available at <a href="http://creativecommons.org/licenses/by-sa/3.0/legalcode">http://creativecommons.org/licenses/by-sa/3.0/legalcode</a>. </blockquote> <p>New versions of this manual will be available at <a href="http://metanohi.org/projects/enigma/">http://metanohi.org/projects/enigma/</a>. <ul class="menu"> <li><a accesskey="1" href="Introduction.html#Introduction">Introduction</a> <li><a accesskey="2" href="Language.html#Language">Language</a> <li><a accesskey="3" href="Future.html#Future">Future</a> <li><a accesskey="4" href="Implementations.html#Implementations">Implementations</a> <li><a accesskey="5" href="Comparison.html#Comparison">Comparison</a> <li><a accesskey="6" href="Built_002dIn.html#Built_002dIn">Built-In</a> <li><a accesskey="7" href="Copying-This-Manual.html#Copying-This-Manual">Copying This Manual</a> <li><a accesskey="8" href="Index.html#Index">Index</a> </ul> </body></html>