Array programming: Difference between revisions

Content deleted Content added
Languages: Added Raku
WikiCleanerBot (talk | contribs)
m v2.05b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
Line 239:
 
====Raku====
Raku supports the array paradigm via its Metaoperators.<ref>{{cite web |url=https://docs.raku.org/language/operators#Metaoperators |title=Metaoperators section of Raku Operator documentation}}</ref>. The following example demonstrates the addition of arrays @a and @b using the Hyper-operator in conjunction with the plus operator.
 
<syntaxhighlight lang="raku">