Hacker News new | ask | show | jobs
by oleganza 3738 days ago
Why implicit? There are braces around `now - INIT now`. In Ruby it'd be "Code took #{Time.now - start_time} seconds to run".
1 comments

Ah, right. Thanks.