startup
The startup command is not a user command. It is called by Tcl packages that wish to use magic from the interpreter. The procedure for starting magic is as follows:
- Load the tclmagic.so object file.
- Call initialize with arguments passed to magic on the command line.
- Call startup
startup is implemented as a built-in command in magic, but only defined by the Tcl version.
initialize
Return to command index |
Last updated: March 7, 2020 at 1:06pm