The name of the currently running block.
<script>
This property indicates which block, if any, is currently running.
The following displays the value of currentblock in a text stimulus:
<text sometext>
/ items= ("currentblock = <% script.currentblock %>")
</text>
The following displays the value of currentblock in an instruction page:
<page somepage>
currentblock = <% script.currentblock %>
</page>