- code within begin/end blocks are executed sequentially
- all begin/end blocks are executed in parallel
- ‘=’ blocks and ‘<=’ is non-blocking
var are permanent: attempting to delete them with the delete operator causes an error.var are implicitly declared as global variables, even if you’re inside the body of a function.var all the time–regardless of whether it’s local or global.for in when you need access to the keys of an associative array.for each in when you need access to the values of an associative array.Seg faults are raised when:
Bus errors occur when: