Function: Difference between revisions

Jump to navigation Jump to search
26 bytes removed ,  09:51, 13 March 2020
→‎Function valence: Use this section instead of a dedicated page
(Created page with "In APL syntax, a '''function''' applies to array arguments to produce an array result (although some APLs allow functions to return other syntactic elements). Unli...")
 
(→‎Function valence: Use this section instead of a dedicated page)
Line 4: Line 4:


== Function valence ==
== Function valence ==
{{main|Function valence}}


Functions may take zero, one, or two arguments when applied (to pass more arguments, combine them into a single list argument). Which of these possibilities applies is known as the function's [[valence]]:
Functions may take zero, one, or two arguments when applied (to pass more arguments, combine them into a single list argument). Which of these possibilities applies is known as the function's [[valence]]:

Navigation menu