diff doc/interpreter/var.txi @ 6550:1b7a6061a05d

[project @ 2007-04-20 07:40:26 by jwe]
author jwe
date Fri, 20 Apr 2007 07:40:26 +0000
parents 68f3125f6e27
children 545847da3b88
line wrap: on
line diff
--- a/doc/interpreter/var.txi	Fri Apr 20 06:55:29 2007 +0000
+++ b/doc/interpreter/var.txi	Fri Apr 20 07:40:26 2007 +0000
@@ -53,6 +53,8 @@
 to hold a string value in the same program.  Variables may not be used
 before they have been given a value.  Doing so results in an error.
 
+@DOCSTRING(isvarname)
+
 @menu
 * Global Variables::            
 * Persistent Variables::