Difference between revisions of "Ns init"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 585)
 
 
Line 21: Line 21:
 
----
 
----
  
[[Category Documentation]] - [[Category Core Tcl API]]
+
[[Category:Documentation]] - [[Category:Core Tcl API]]

Latest revision as of 19:12, 7 February 2009

Man page: http://aolserver.com/docs/tcl/ns_init.html


NAME

ns_init - Initialize the current Tcl interp

SYNOPSIS

ns_init

DESCRIPTION

This command initializes the current Tcl interp. (Exactly what does this mean? What actually gets done?) This command is invoked by the Ns_TclAllocateInterp C function for every new Tcl interpreter.

SEE ALSO

ns_cleanup, ns_markfordelete


-