Parts Reference

Unsupported data types

For the #if directive, VisualAge recognizes expressions that are formed with #define statements. For example, the following expression would be supported:

  #define FRED
  #if (defined(FRED) || defined(JIM))
    ...


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]