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

« back to all changes in this revision

Viewing changes to modules/core/help/pt_BR/clear.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="clear" 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:ns3="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>clear</refname>
 
15
 
 
16
    <refpurpose>cancela vari�veis</refpurpose>
 
17
  </refnamediv>
 
18
 
 
19
  <refsynopsisdiv>
 
20
    <title>Seq��ncia de Chamamento</title>
 
21
 
 
22
    <synopsis>clear a</synopsis>
 
23
  </refsynopsisdiv>
 
24
 
 
25
  <refsection>
 
26
    <title>Descri��o</title>
 
27
 
 
28
    <para>Este comando cancela vari�veis que n�o est�o protegidas. Ele remove
 
29
    as vari�veis nomeadas do ambiente. Por si s�, <literal>clear</literal>
 
30
    cancela todas as vari�veis, exceto as protegidas por
 
31
    <literal>predef</literal>. Logo, os dois comandos
 
32
    <literal>predef(0)</literal> e <literal>clear</literal> removem todas as
 
33
    vari�veis.</para>
 
34
 
 
35
    <para>Normalmente, vari�veis protegidas s�o bibliotecas padr�es e
 
36
    vari�veis com o prefixo '%'</para>
 
37
 
 
38
    <para>Note a sintaxe particular <literal>clear a</literal> e n�o
 
39
    <literal>clear(a)</literal>. Note tamb�m que <literal>a=[]</literal> n�o
 
40
    cancela <literal>a</literal> , mas define <literal>a</literal> como uma
 
41
    matriz vazia.</para>
 
42
  </refsection>
 
43
 
 
44
  <refsection>
 
45
    <title> Ver Tamb�m </title>
 
46
 
 
47
    <simplelist type="inline">
 
48
      <member><link linkend="predef">predef</link></member>
 
49
 
 
50
      <member><link linkend="who">who</link></member>
 
51
    </simplelist>
 
52
  </refsection>
 
53
</refentry>