Introduction - If you have any usage issues, please Google them yourself
Function is divided into system function and user-defined function
Custom function definition features:
Function
Requirements for function names: only letters, underscores, and numbers can be used, and numbers cannot be used as initial letters
If you have a return value, return the data to be returned with the return keyword.