package require quill 0.3.0 namespace import ::quill::*smartinterp obj ?options?
smartinterp(n) objects may be created with the following options:
The syntax should be the command's syntax, shown in usual Tcl style, excluding the name. The minArgs is the minimum acceptable number of arguments, and maxArgs is the maximum acceptable number of arguments, or "-" if there is no maximum.
The prefix is the command prefix of which the alias is an alias.
If a smart alias is used, then "wrong # args" error messages will reflect the alias name rather than the name of the command to which it is aliased. Further, calling an ensemble alias without a subcommand or with an incorrect subcommand will also result in appropriate error messages.