Pragmatic directives: Difference between revisions

m
→‎{{header|Wren}}: Minor correction.
(Added Wren)
m (→‎{{header|Wren}}: Minor correction.)
Line 705:
 
class Windows {
static message { "Using Windows." }
static lineSeparator { "\\r\\n" }
}</lang>
Line 712:
 
class Linux {
static message { "Using Linux." }
static lineSeparator { "\\n" }
}</lang>
9,476

edits