This property reports the clock speed of the system CPU.
<computer>
This is useful for determining whether a given computer is fast enough to run a particular script.
The following displays the available memory mode:
<text sometext>
/ items= ("correct = <% computer.cpuspeed %>")
</text>
The following displays the application mode in an instruction page:
<page somepage>
correct = <% computer.cpuspeed %>
</page>