Denso RC5 Specifications Page 226

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 225
9-12
DEFVEC (Statement)
Function
Declares a vector type variable.
Format
DEFVEC <Variable name>[=<Vector type constant>][,<Variable name>
[=<Vector type constant>]...]
Explanation
This statement declares a variable designated by <Variable name> as a vector
type variable. By writing a constant after <Variable name>, initialization can be
carried out simultaneously with the declaration.
Multiple variable names can be declared at a time by delineating the names
using “,”.
Related Terms
DEFJNT, DEFPOS, DEFTRN
Example
DEFVEC lvx, lvy, lvz 'Declares lvx, lvy, and lvz as vector type variables.
DEFVEC lvx = (10, 10, 5) 'Declares lvx as a vector type variable and sets the
'initial value to (10, 10, 5).
Page view 225
1 2 ... 221 222 223 224 225 226 227 228 229 230 231 ... 691 692

Comments to this Manuals

No comments