September 2017 Update

This commit is contained in:
Ingy döt Net 2017-09-23 10:01:46 +02:00
parent bba7bfd280
commit ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions

View file

@ -4,7 +4,7 @@ Create a function which takes in a variable number of arguments and prints each
Also show, if possible in your language, how to call the function on a list of arguments constructed at runtime.
Functions of this type are also known as   [[wp:Variadic_function|Variadic Functions]].
Functions of this type are also known as [[wp:Variadic_function|Variadic Functions]].
;Related task: