[pure-lang-svn] SF.net SVN: pure-lang:[642] pure/trunk/pure.1.in
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-08-27 21:31:29
|
Revision: 642 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=642&view=rev Author: agraef Date: 2008-08-27 21:31:38 +0000 (Wed, 27 Aug 2008) Log Message: ----------- Update documentation. Modified Paths: -------------- pure/trunk/pure.1.in Modified: pure/trunk/pure.1.in =================================================================== --- pure/trunk/pure.1.in 2008-08-27 21:25:37 UTC (rev 641) +++ pure/trunk/pure.1.in 2008-08-27 21:31:38 UTC (rev 642) @@ -1535,8 +1535,9 @@ doesn't check whether the script is being used already and it puts the definitions on the current temporary level (so that .B clear -can be used to remove them again). In particular, this makes it possible to -quickly reload a script without exiting the interpreter, by issuing the +can be used to remove them again). This also gives you access to all private +symbols of the script, and it makes it possible to quickly reload a script +without exiting the interpreter, by issuing the .B clear command followed by .BR run . This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |