DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Using SCODB

Assignment

If, given its type, a symbol is a C type lvalue. The symbol may appear on the left side of an assignment expression, and the increment/decrement operators can be used on it. For example:

   debug0:9> debugkey = 0
   0
   debug0:10> i++
   0
   debug0:11> ++i
   2
Types are not checked on assignment.

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003