If id is an identifier, T a type, and C a constant expression, then:
CONST id: T = Cdeclares id as a constant with the type T and the value of C. The ": T" can be omitted, in which case the type of id is the type of C. If T is present it must contain C.
m3-request@src.dec.com
Last modified on Tue Oct 3 17:19:02 PDT 1995 by heydon modified on Fri Apr 15 13:44:22 PDT 1994 by kalsow