1 <?xml version="1.0" encoding="UTF-8"?>
2 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns3="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:id="whereami" xml:lang="pt">
4 <refname>whereami</refname>
5 <refpurpose>exibe a árvore de chamamento de instruções
10 <title> Seqüência de Chamamento </title>
11 <synopsis>whereami()</synopsis>
14 <title>Descrição</title>
16 Exibe a árvore de chamamento para a instrução que contém <literal>whereami()</literal>.
17 Pode ser usado dentro de níveis de <literal>pause</literal> (pausa).
21 <title>Exemplos</title>
22 <programlisting role="example"><![CDATA[
23 deff('y=test(a)',['y=sin(a)+1';
26 deff('y=t1(y)',['y=y^2';'whereami()'])
31 <title> Ver Também </title>
32 <simplelist type="inline">
34 <link linkend="where">where</link>
37 <link linkend="pause">pause</link>