Jump to content

Four sides of square: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(→‎BQN: add)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,426:
=={{header|Wren}}==
===Text based===
<syntaxhighlight lang="ecmascriptwren">var hollowMatrix = Fn.new { |n|
for (i in 0...n) {
for (j in 0...n) {
Line 1,453:
{{libheader|Go-fonts}}
This is designed to look as close as possible to the Red entry's image so that we don't have to fill up Wikimedia Commons with similar looking images.
<syntaxhighlight lang="ecmascriptwren">import "dome" for Window
import "graphics" for Canvas, Color, Font
class Main {
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.