Simple examples

From APL Wiki
Revision as of 15:19, 10 October 2019 by Miraheze>Adám Brudzewsky (Created page with "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 === <pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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