Category talk:Wren-date: Difference between revisions

m
→‎Source code: Typo in comment.
m (→‎Source code: Added quotes to 'lang' attribute.)
m (→‎Source code: Typo in comment.)
Line 747:
/* Stopwatch enables one to easily time events. */
class Stopwatch {
// Times the execution of a fumctionfunction returning the duration it took to execute.
static time(fn) {
var sw = Stopwatch.new()
9,476

edits