~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/strings/strings.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH strings 1 "April 1993" "Scilab Group" "Scilab Object"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
strings - Scilab Object, character strings
5
 
.SH DESCRIPTION
6
 
.LP
7
 
Strings are defined as \fV'string'\fR (between quotes) or 
8
 
\fV"string"\fR (between doublequotes);
9
 
matrices of strings are defined as usual constant matrices.
10
 
.LP
11
 
Concatenation of two strings is made by a \fV+\fR : \fVstring1+string2\fR.
12
 
.SH EXAMPLE
13
 
.nf
14
 
['this','is'; 'a 2x2','matrix']
15
 
"matrix"=="mat"+"rix"
16
 
.fi
17
 
.SH SEE ALSO
18
 
part, length, strcat