|
NAME constant - define a constant
global symbol
SYNOPSIS constant
symbol value
DESCRIPTION The constant command
creates (or modifies the value of an existing) global variable.
The value of a constant global variable cannot be
changed by ordinary assignment. An attempt to so results in an
error.
The purpose of the constant variable type is to
prevent accidental or casual modification of important
parameters.
EXAMPLE constant EPOCH time()
SEE ALSO
global
syms
... Meeting the software needs of scientists since 1985 ...
Last Formatted Feb 1, 2008
Last Updated 02/28/01
Send comments, queries, suggestions to
info@certif.com
© 1995-2003 Certified Scientific Software. All rights reserved
|