HI
is it possible to use FUNCTIONS with some variables in PBP?

something like this: (that is used in C++ or C languages)

function_name(var_1,var_2,var_3)
{
body of function...
}

with best regards.