altparam

Allows alternate syntax (without parentheses) for PARAMETER statements.

IDE Equivalent

Windows: Language > Enable Alternate PARAMETER Syntax

Linux: None

Mac OS X: Language > Enable Alternate PARAMETER Syntax

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-altparam

-noaltparam

Windows:

/altparam

/noaltparam

Arguments

None

Default

altparam

The alternate syntax for PARAMETER statements is allowed.

Description

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.

Alternate Options

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


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.