InterviewSolution
Saved Bookmarks
| 1. |
What Is A Block? |
|
Answer» A block is a set of CONTIGUOUS lines of CODE that you want to MAKE distinct from the REST of the script. A block is a set of contiguous lines of code that you want to make distinct from the rest of the script. |
|