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

« back to all changes in this revision

Viewing changes to examples/intersci-examples-so/ex09fi.desc

  • 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
calc9   a {b  bb} [c tutu] [d (4)/1,2,3,4/]
 
2
a       scalar 
 
3
b       scalar 
 
4
c       string  l
 
5
d       matrix  1 l1
 
6
 
 
7
fcalc9  a b c l d l1
 
8
a       integer
 
9
b       double 
 
10
c       char 
 
11
d       integer 
 
12
 
 
13
out     sequence        a b c d
 
14
***********************