Copyright Digital Equipment Corp. All rights reserved.

STATIC

 The STATIC attribute  causes  VSI  Pascal  to  create  a  static
 object, which is allocated only once and which exists as long as
 the executable image in which it is allocated remains active.

 See the "HP Pascal Language Reference Manual" for  the  complete
 description of using the STATIC attribute.