Slide 22 of 80
Notes:
- The choices of “entry” for the name of the entry control parameter and “main” for the default value of the entry control parameter value are arbitrary but self-documenting.
- All initialization should be done in the “main” entry portion of the script, rather than earlier in the script. This is more efficient (and perhaps the only correct way) since the initialization code is invoked only once.