6 lines
84 B
Text
6 lines
84 B
Text
|
|
on testFunc ()
|
||
|
|
repeat with i = 1 to 1000000
|
||
|
|
x = sqrt(log(i))
|
||
|
|
end repeat
|
||
|
|
end
|