Next: cconj() Up: MacAnova Help File Previous: callback_fun   Contents

cat()

Usage:
cat(x1,x2,...,xk [,KeyPhrases]) where x1, x2, ... all have the same
  type, REAL, LOGICAL, or CHARACTER, or are structures with components
  all of the same type
KeyPhrases can be labels:lab and/or silent:T, where lab is a CHARACTER
  scalar or vector.



Keywords: variables, combining variables, character variables, null variables
cat() is identical to vector().  See vector() for information on its
use.  See topic 'vectors' for general information on vectors.

The use of cat() is deprecated -- that is, it will continue to be
available for the immediate future, but at some point may be disabled.
Use vector() instead.


Gary Oehlert 2003-01-15