This is a sample video. To access the full content, please Login
No questions yet
3755 visits
Outline:Special Blocks 1. Begin This block executes at the compilation time once it is defined. Anything which needs to be included before execution of the rest of the code is written here. 2. End This block executes at the end. Anything which needs to be executed at last is written here. 3. UNITCHECK blocks 4. CHECK blocks 5. INIT blocks
Special Blocks 1. Begin This block executes at the compilation time once it is defined. Anything which needs to be included before execution of the rest of the code is written here. 2. End This block executes at the end. Anything which needs to be executed at last is written here. 3. UNITCHECK blocks 4. CHECK blocks 5. INIT blocks
Show video info
Pre-requisite