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

« back to all changes in this revision

Viewing changes to man/programming/semi.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 semi 1 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
semi (;) - instruction and row separator
 
5
.SH DESCRIPTION
 
6
semicolumns  are used to separate rows in a matrix definition.
 
7
.LP
 
8
semicolumns may also be used at the end of an instruction. In this
 
9
case it means that the result(s) are not displayed. Conversely use
 
10
comma (,) to get the display
 
11
.SH EXAMPLES
 
12
.nf
 
13
a=[1,2,3;4,5,6];
 
14
a=1;b=1,c=2
 
15
.fi
 
16
.SH SEE ALSO
 
17
comma, brackets