| #blockdepth | |
| ACTION: |
return block nesting depth.
|
| USE: |
to checking block depth at compile time.
|
| EXAMPLE: |
#blockdepth node x 'use any descriptive label on the line |
| REMARKS: |
this command was introduced to catch unclosed blocks which are often hard to trace. |
| RELATED: |
scope
block
#recordof
|