comparison doc/interpreter/var.txi @ 7984:bbaa5d7d0143

Some documentation updates
author David Bateman <dbateman@free.fr>
date Mon, 28 Jul 2008 15:47:40 +0200
parents 745a8299c2b5
children 83c59e3f3106
comparison
equal deleted inserted replaced
7983:91d020444da7 7984:bbaa5d7d0143
68 to hold a string value in the same program. Variables may not be used 68 to hold a string value in the same program. Variables may not be used
69 before they have been given a value. Doing so results in an error. 69 before they have been given a value. Doing so results in an error.
70 70
71 @DOCSTRING(isvarname) 71 @DOCSTRING(isvarname)
72 72
73 @DOCSTRING(genvarname)
74
75 @DOCSTRING(namelengthmax)
76
73 @menu 77 @menu
74 * Global Variables:: 78 * Global Variables::
75 * Persistent Variables:: 79 * Persistent Variables::
76 * Status of Variables:: 80 * Status of Variables::
77 * Summary of Built-in Variables:: 81 * Summary of Built-in Variables::