+ 1
What can user defind function do?
Can it do math? Can it preform control structures? If so please leave an example
1 Answer
+ 6
It can help you reduce lines of code and organise.
E.G. I create a function lol(), for instance.
I can just use the function lol() when necessary instead of repeating the code for lol() over and over again.