This property reports the clock speed of the system CPU.
<computer>
computer.name.cpuSpeed
Read Only
integer
This is useful for determining whether a given computer is fast enough to run a particular script.
The following displays the cpuSpeed of the current computer:
<text myText>
/ items= ("correct = <% computer.cpuSpeed %>")
</text>
The following displays the cpuSpeed of the current computer in an instruction page:
<page myPage>
correct = <% computer.cpuSpeed %>
</page>