class TEST_TEXT_FILE |
---|
const Expected_Size : CARD := 1431 ; |
---|
**** | digits in numbers 1 - 513 inclusive |
const First_Name : STR := "xx_text1" ; |
---|
const Second_Name : STR := "xx_text2" ; |
---|
const Second_Word : STR := "jane" ; |
---|
**** | must have same size as Word! |
const Sequence_Size : CARD := 513 ; |
---|
**** |
const Word : STR := "fred" ; |
---|
**** |
const Word_Count : CARD := 1023 ; |
---|
main |
---|