::Test instproc my-method3 (private)<instance of ::Test > my-method3 -id id [ -flag on|off ] \
[ -switch ] x [ y ]
Defined in packages/xotcl-core/tcl/03-doc-procs.tclThis is an instproc of Class Test merely for testing purposes...
- Switches:
- -id (required)
- Some Id
- -flag (boolean) (defaults to
"true") (optional) - Some flag
- -switch (defaults to
"false") (optional) - Switch to turn on or off depending on default
- Parameters:
-
x - First Operand
y (defaults to "1") - Second Operand
|