New pages
Jump to navigation
Jump to search
- 15:38, 23 October 2024 Identity operator (hist | edit) [2,623 bytes] RubenVerg (talk | contribs) (Create Identity operator)
- 06:44, 23 October 2024 Round (hist | edit) [1,776 bytes] RubenVerg (talk | contribs) (page about Round)
- 01:53, 18 October 2024 Selective assignment (hist | edit) [3,495 bytes] Marshall (talk | contribs) (Created page with "'''Selective assignment''' is a form of assignment that is able to modify portions of arrays selected by functions using ordinary APL syntax. In APL2, it is defined as a general form that unifies ordinary assignment, indexed assignment, and stranded assignment. Dyalog APL, APLX, and APL\iv feature more limited versions restricted to a single modified array. Structural Under provides similar functionality in some dialects. The core concept...")
- 20:54, 16 October 2024 Structural Under (hist | edit) [4,980 bytes] Marshall (talk | contribs) (Created page with "{{Built-in|Structural Under|⍢}} is a dyadic operator which takes two function operands, and applies the left operand to values selected by the right. The right operand must be a "structural function", meaning that it can rearrange values from the argument or inspect their structure but can't compute using the values themselves. Conceptually related to Under as defined by Iverson, structural Under may be seen as a way to obtain more useful results wi...")