Functions¶
Definition¶
Functions support export Function names should be in snake_case.
Default argument values¶
The expression is evaluated at the time of function calling.
Calling¶
main function¶
exporting a main function makes a module executable