Previous Topic Next topic Print topic


Constants - in COBOL and

Constants in Managed COBOL

78 MAX_STUDENTS value 25.  *> default public, binary-long
 
*> INITIALIZE ONLY - instance or static, may be initialized in constructor
01 MIN_DIAMETER float-short value 4.93 initialize only.  
Previous Topic Next topic Print topic