Add a bunch of autogenerated index entries.
[ibg.git] / appendices / e.rst
index 31d81bd85048963d44c9155e282ac53643c9061e..3f48f9e41d8c4c38f2696868ce82ab72f6ec032b 100644 (file)
@@ -68,9 +68,16 @@ to zero:
   | `Constant {const_id}`;
   | `Constant {const_id} = {expr}`;
 
-Standard constants are `true` (1), `false` (0) and `nothing` (0), also
-`NULL` (-1).  Additionally, `WORDSIZE` is the number of bytes in a storage
-word: 2 for the Z-machine, 4 for Glulx.
+.. Generated by autoindex
+.. index::
+   pair: NULL; library constant
+   pair: false; library constant
+   pair: nothing; library constant
+   pair: true; library constant
+
+Standard constants are :const:`true` (1), :const:`false` (0) and
+:const:`nothing` (0), also :const:`NULL` (-1).  Additionally, `WORDSIZE` is
+the number of bytes in a storage word: 2 for the Z-machine, 4 for Glulx.
 
 To define a constant (unless it already exists):