Worthwhile task shaving: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: decided to put a proper header on it)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 517: Line 517:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
This is quite close to the original table but no cigar.
This is quite close to the original table but no cigar.
<syntaxhighlight lang="ecmascript">import "./fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt


var shaved = [1, 5, 30, 60, 300, 1800, 3600, 21600, 86400] // time shaved off in seconds
var shaved = [1, 5, 30, 60, 300, 1800, 3600, 21600, 86400] // time shaved off in seconds