Function prototype: Difference between revisions

Content added Content deleted
(Omitted task from python. Also, cleaned markup a little (moved omits and category in nonsensical places))
Line 43: Line 43:
* [[Variadic function#Common Lisp]] shows an example of <code>&rest</code>.
* [[Variadic function#Common Lisp]] shows an example of <code>&rest</code>.
* [[Optional parameters#Common Lisp]] shows an example of <code>&key</code>.
* [[Optional parameters#Common Lisp]] shows an example of <code>&key</code>.

{{omit from|AWK}}
{{omit from|BASIC}}
{{omit from|BBC BASIC}}
{{omit from|Blast}}
{{omit from|GUISS}}
{{omit from|HTML}}
{{omit from|Mathematica}}
{{omit from|Locomotive Basic}}
{{omit from|Lotus 123 Macro Scripting}}
{{omit from|Sed}}
{{omit from|Tcl|Goes against the language's principles.}}
{{omit from|UNIX Shell}}
{{omit from|ZX Spectrum Basic}}
{{omit from|Icon}}{{omit from|Unicon}}

[[Category:Functions and subroutines]]


=={{header|PARI/GP}}==
=={{header|PARI/GP}}==
Line 86: Line 69:


Other special forms are described in the User's Guide to the PARI library, section 5.7.3.
Other special forms are described in the User's Guide to the PARI library, section 5.7.3.

{{omit from|AWK}}
{{omit from|BASIC}}
{{omit from|BBC BASIC}}
{{omit from|Blast}}
{{omit from|GUISS}}
{{omit from|HTML}}
{{omit from|Icon}}
{{omit from|Mathematica}}
{{omit from|Locomotive Basic}}
{{omit from|Lotus 123 Macro Scripting}}
{{omit from|Python}}
{{omit from|Sed}}
{{omit from|Tcl|Goes against the language's principles.}}
{{omit from|Unicon}}
{{omit from|UNIX Shell}}
{{omit from|ZX Spectrum Basic}}

[[Category:Functions and subroutines]]