Simple examples

From APL Wiki
Revision as of 15:20, 10 October 2019 by Miraheze>Adám Brudzewsky (→‎Parenthesis nesting level)
Jump to navigation Jump to search

This page will contain examples that serve well to show APL's strength. They require minimal background and have no special dependencies.

Parenthesis nesting level

      +\-⌿'()'∘.='plus(square(a),plus(square(b),times(2,plus(a,b)))'
0 0 0 0 1 1 1 1 1 1 1 2 2 1 1 1 1 1 1 2 2 2 2 2 2 2 3 3 2 2 2 2 2 2 2 3 3 3 3 3 3 3 4 4 4 4 3 2 1

Template:APL programming language === Indices of multiple elements

      'mississippi'(⍸∊)'sp'
3 4 6 7 9 10