Post History
General requirements You need to have all the code that is necessary to create the function within your submission. For most languages, this may include the syntax for defining the name and argum...
Answer
#1: Initial revision
# General requirements You need to have all the code that is necessary to create the function within your submission. For most languages, this may include the syntax for defining the name and argument list of the function, and delimiters for the function body. Some languages have first class functions or assignable function bodies, so they can just put the value in a submission and ask the user to assign it in order to use it more than once.