DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Using SCODB on SCO OpenServer 5

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.

© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005