~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/programming/end.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> 
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>fr</LANGUAGE>
 
5
  <TITLE>end  </TITLE>
 
6
  <TYPE>Scilab Function  </TYPE>
 
7
  <DATE>April 1993  </DATE>
 
8
  <SHORT_DESCRIPTION name="end"> mot-cl� end  </SHORT_DESCRIPTION>
 
9
  <DESCRIPTION>
 
10
  <P>
 
11
    Utilis� � la fin des boucles ou des structures conditionnelles. Les structures
 
12
    <VERB>for, while, if, select</VERB> doivent �tre termin�es par <VERB>end</VERB> .
 
13
  </P>
 
14
  </DESCRIPTION>
 
15
  <SEE_ALSO>
 
16
    <SEE_ALSO_ITEM> <LINK>for</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>while</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>if</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>select</LINK> </SEE_ALSO_ITEM>
 
17
  </SEE_ALSO>
 
18
</MAN>