Next: , Previous: Val, Up: Reference



value

Synopsis

Description

The reserved word value is part of a type or var declaration. It can be replaced by := or =.

Conforming to

value is an ISO 10206 Extended Pascal extension. := in this context is a VAX Pascal extension, and = is a Borland Delphi extension.

Example

See also

Keywords, var, type, Variable Declaration, Type Declaration.