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