20
edits
No edit summary |
No edit summary |
||
Line 169: | Line 169: | ||
| <code>□</code> || [[Box]] || Turn an array into a box. The box function is complicated, so you can look at [https://www.uiua.org/docs/box] for more information | | <code>□</code> || [[Box]] || Turn an array into a box. The box function is complicated, so you can look at [https://www.uiua.org/docs/box] for more information | ||
|- | |- | ||
|} | |||
==== Dyadic Array ==== | |||
Operate on two arrays | |||
{| class="wikitable" style="margin:auto" | |||
|+ Table of Monadic Array in Uiua | |||
! Glyph !! Name !! Definition | |||
|- | |||
| <code>≍</code> || [[Match]] || Check if two arrays are exactly the same | |||
|- | |||
| <code>⊟</code> || [[Couple]] || Combine two arrays as rows of a new array | |||
|- | |||
| <code>⊂</code> || [[Join]] || Append two arrays end-to-end | |||
|- | |||
| <code>⊏</code> || [[Select]] || Select multiple rows from an array | |||
|} | |} | ||
== External links == | == External links == | ||
* [https://concatenative.org/wiki/view/Uiua Uiua] on the concatenative language wiki | * [https://concatenative.org/wiki/view/Uiua Uiua] on the concatenative language wiki | ||
* [https://www.uiua.org/docs Doc] for the Documentation | |||
* [https://www.uiua.org Interpreter] for the interpreter | |||
* [https://www.uiua.org/docs/basic Basic] to start learning Uiua | |||
{{APL dialects}}[[Category:Flat array languages]][[Category:Stack-based languages]][[Category:Leading axis languages]][[Category:Languages with tacit programming]][[Category:IR compilers]] | {{APL dialects}}[[Category:Flat array languages]][[Category:Stack-based languages]][[Category:Leading axis languages]][[Category:Languages with tacit programming]][[Category:IR compilers]] |
edits