~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/tclsci/help/en_US/TCL_ExistInterp.xml

Tags: 5.3.0-1ubuntu1
* New upstream release
* URL in the watch file updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    <synopsis>OK=TCL_ExistInterp(interp)</synopsis>
25
25
  </refsynopsisdiv>
26
26
  <refsection>
27
 
    <title>Parameters</title>
 
27
    <title>Arguments</title>
28
28
    <variablelist>
29
29
      <varlistentry>
30
30
        <term>interp</term>
44
44
  <refsection>
45
45
    <title>Description</title>
46
46
    <para>This routine allows to test if TCL interpreter exists.</para>
 
47
    <para>More information about Tcl/Tk: <ulink url="http://www.tcl.tk/doc/">http://www.tcl.tk/doc/</ulink></para>
47
48
  </refsection>
48
49
  <refsection>
49
50
    <title>Examples</title>