APL Wiki logo: Difference between revisions

Jump to navigation Jump to search
2 bytes added ,  21:42, 7 January 2020
Line 282: Line 282:
└─────────────────────────────┘
└─────────────────────────────┘
</source>
</source>
Notice that a put in <source lang=apl inline>⊂</source>) which [[enclose]]s the result. This is because I want to deal with these tags a [[scalar]] elements. Now we can create our circles (and show the first three:
Notice that a put in <source lang=apl inline>⊂</source>) which [[enclose]]s the result. This is because I want to deal with these tags as [[scalar]] elements. Now we can create our circles (and show the first three:
<source lang=apl>
<source lang=apl>
       3↑circles←,Circle⍤1⊢locs,sizes
       3↑circles←,Circle⍤1⊢locs,sizes
Line 292: Line 292:


[[Monad]]ic <source lang=apl inline>,</source> is called [[Ravel]] as it unravels an array into a vector, but unlike <source lang=apl inline>∊</source> it doesn't flatten enclosed elements.
[[Monad]]ic <source lang=apl inline>,</source> is called [[Ravel]] as it unravels an array into a vector, but unlike <source lang=apl inline>∊</source> it doesn't flatten enclosed elements.
== The <code><svg></code> container ==
== The <code><svg></code> container ==
[[APL Wiki]] is a [[wikipedia:MediaWiki|MediaWiki]] which has strict requirements on the dimensions of the site logo:
[[APL Wiki]] is a [[wikipedia:MediaWiki|MediaWiki]] which has strict requirements on the dimensions of the site logo:

Navigation menu