Unsupported data types
•Extended, precision floating-point numbers are not supported.
•Typedef enum statements are not supported.
•Initializers are not supported.
•Parentheses have limited support.
•Preprocessor macros and macro invocations are not supported.
For the #if directive, VA Smalltalk recognizes expressions that are formed with #define statements. For example, the following expression would be supported:
#define FRED
#if (defined(FRED) || defined(JIM))
...
Last modified date: 01/29/2015