Cistercian numerals: Difference between revisions

Content added Content deleted
(Added Easylang)
m (→‎{{header|Wren}}: Minor tidy)
Line 5,403: Line 5,403:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
This draws each Cistercian numeral on the terminal within a grid of 15 rows by 11 columns. The vertical line segment is drawn at column 5 (zero indexed) so there are 5 columns at either side.
This draws each Cistercian numeral on the terminal within a grid of 15 rows by 11 columns. The vertical line segment is drawn at column 5 (zero indexed) so there are 5 columns at either side.
<syntaxhighlight lang="ecmascript">import "/fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt


var n
var n