diff src/help.cc @ 5623:691de3e3c2f8

[project @ 2006-02-15 18:32:32 by jwe]
author jwe
date Wed, 15 Feb 2006 18:32:32 +0000
parents f2c058edda40
children eb998631a4aa
line wrap: on
line diff
--- a/src/help.cc	Wed Feb 15 16:36:32 2006 +0000
+++ b/src/help.cc	Wed Feb 15 18:32:32 2006 +0000
@@ -300,7 +300,11 @@
     "The default statement in a switch block.", },
 
   { "persistent",
-    "Declare variables as persistent.", },
+    "Declare variables as persistent.  A variable that has been declared\n\
+persistent within a function will retain its contents in memory between\n\
+subsequent calls to the same function.  The difference between persistent\n\
+variables and global variables is that persistent variables are local in scope\n\
+to a particular function and are not visible elsewhere.", },
 
   { "replot",
     "Replot a graphic.", },