Category talk:Wren-date: Difference between revisions

m
→‎Source code: Fixed syntax highlighting.
(Removed type aliases which are no longer needed.)
m (→‎Source code: Fixed syntax highlighting.)
Line 1:
===Source code===
 
<langsyntaxhighlight lang=ecmascript>/* Module "date.wren" */
 
import "./trait" for Comparable
Line 770:
 
// Initialize Date tables.
Date.init_()</langsyntaxhighlight>
9,488

edits