## Creating Functions ```sql let FuncName = (argname:arg_type, argwithdefault:type='default value') { do something }; FuncName('param') ```