api.tcl
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 foreach __cmd {
00019 initialize shutdown up = numpasses listvariables var
00020
00021 manpage = _begin moddesc titledesc manpage_end require description
00022 section para list_begin list_end lst_item call bullet enum see_also
00023 keywords example example_begin example_end nl arg cmd opt emph strong
00024 comment sectref syscmd ret option widget fun type package class var
00025 file uri term const copyright
00026 } (
00027 type proc , type fmt_$__, type cmd , optional args [, type list , type return ", type return -, type code , type error \", type Unimplemented , type API , type command $__, type cmd\""]
00028 )
00029 unset __cmd
00030
00031 ################################################################
00032