Difference between revisions of "SCnt"
From Wiki
m |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | {{header|Miscellaneous|rw|Represents the time passed in seconds since the last time that windows started.}} | |
| − | + | ||
| − | + | ||
| − | {{rw | + | |
| − | + | ||
| − | Represents the time passed in seconds since the last time that windows started. | + | |
==== Example ==== | ==== Example ==== | ||
| Line 21: | Line 16: | ||
</pre> | </pre> | ||
| − | + | {{footer}} | |
| − | { | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
Revision as of 10:58, 26 August 2005
| ⇔ | Represents the time passed in seconds since the last time that windows started. |
Example
set %startTime #sCnt
for %testLoop 1 1000
{
set %testCnt %testCnt + 1
}
set %endTime %startTime - #sCnt
Display ok time elapsed in seconds: , #spc , %endTime
halt
See also
| Main Page | Documentation |