Kronecker product based fractals: Difference between revisions

Content deleted Content added
Added Algol 68
PureFox (talk | contribs)
m →‎{{header|Wren}}: Minor tidy
Line 3,841:
{{trans|Kotlin}}
{{libheader|Wren-matrix}}
<syntaxhighlight lang="ecmascriptwren">import "./matrix" for Matrix
 
var kroneckerPower = Fn.new { |m, n|