~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/functions/macr2lst.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH macr2lst 1 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
macr2lst - function to list conversion
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
[txt]=macr2lst(function-name)
 
8
.fi
 
9
.SH DESCRIPTION
 
10
This primitive converts a compiled Scilab function \fVfunction-name\fR
 
11
into a list which codes the internal representation of
 
12
the function. For use with \fVmac2for\fR. 
 
13
.SH SEE ALSO
 
14
macrovar
 
15
 
 
16