'''info default''' ''procname arg varname'' ''Procname'' must be the name of a Tcl command procedure and ''arg'' must be the name of an argument to that procedure. If ''arg'' doesn't have a default value then the command returns '''0'''. Otherwise it returns '''1''' and places the default value of ''arg'' into variable ''varname''. ---- See also: * [info] ---- [Category Command] - [Tcl syntax help]