You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>maximum([@elapsedsleep(1) for k =1:3])
1.003554001
julia>maximum(@elapsed(sleep(1)) for k =1:3)
1.006058621
julia>maximum(@elapsedsleep(1) for k =1:3)
ERROR: syntax: unexpected ")"