Allows alternate syntax (without parentheses) for PARAMETER statements.
Windows: Language > Enable Alternate PARAMETER Syntax
Linux: None
Mac OS X: Language > Enable Alternate PARAMETER Syntax
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -altparam -noaltparam |
Windows: | /altparam /noaltparam |
None
altparam |
The alternate syntax for PARAMETER statements is allowed. |
This option specifies that the alternate syntax for PARAMETER statements is allowed. The alternate syntax is: PARAMETER c = expr [, c = expr] ...
This statement assigns a name to a constant (as does the standard PARAMETER statement), but there are no parentheses surrounding the assignment list.
In this alternative statement, the form of the constant, rather than implicit or explicit typing of the name, determines the data type of the variable.
altparam |
Linux and Mac OS X: -dps (this is a deprecated option) Windows: /Qdps (this is a deprecated option), /4Yaltparam |
noaltparam |
Linux and Mac OS X: -nodps (this is a deprecated option) Windows: /Qdps- (this is a deprecated option), /4Naltparam |
Copyright © 1996-2010, Intel Corporation. All rights reserved.