~ubuntu-branches/ubuntu/lucid/scilab/lucid

« back to all changes in this revision

Viewing changes to modules/core/help/pt_BR/do.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-04-28 18:47:03 UTC
  • mfrom: (1.1.7 upstream) (4.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090428184703-7thddz8vtwqmxmx2
Tags: 5.1.1-4
* librefblas3-dev does not exist (yet). Thanks to Jose Ramon
* Do not stop when ocamlopt is not available on the arch 
  (ocaml-not-available.diff)
* Provide a clear error message for archs where modelicac compiler is 
  not available (modelicac-not-available.diff)
* scilab startup script moved from package scilab => scilab-bin (because of
  the ocamlopt problem, I cannot predict if modelicac will be available or
  not. Therefor, I ship usr/bin/ instead of binary per binary. This will
  also simplifies the packaging of Scilab 5.2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<refentry version="5.0-subset Scilab" xml:id="do" xml:lang="en"
 
3
          xmlns="http://docbook.org/ns/docbook"
 
4
          xmlns:xlink="http://www.w3.org/1999/xlink"
 
5
          xmlns:svg="http://www.w3.org/2000/svg"
 
6
          xmlns:ns4="http://www.w3.org/1999/xhtml"
 
7
          xmlns:mml="http://www.w3.org/1998/Math/MathML"
 
8
          xmlns:db="http://docbook.org/ns/docbook">
 
9
  <info>
 
10
    <pubdate>$LastChangedDate$</pubdate>
 
11
  </info>
 
12
 
 
13
  <refnamediv>
 
14
    <refname>do</refname>
 
15
 
 
16
    <refpurpose>palavra-chave de linguagem para la�os ("loops") (significa
 
17
    "fa�a...")</refpurpose>
 
18
  </refnamediv>
 
19
 
 
20
  <refsection>
 
21
    <title>Descri��o</title>
 
22
 
 
23
    <para>Pode ser usado dentro de instru��es <literal>for</literal> ou
 
24
    <literal>while</literal> para separar a defini��o de vari�vel do la�o e o
 
25
    conjunto de instru��es do mesmo. </para>
 
26
  </refsection>
 
27
 
 
28
  <refsection>
 
29
    <title> Ver Tamb�m </title>
 
30
 
 
31
    <simplelist type="inline">
 
32
      <member><link linkend="for">for</link></member>
 
33
 
 
34
      <member><link linkend="while">while</link></member>
 
35
    </simplelist>
 
36
  </refsection>
 
37
</refentry>