Functions - hpgDesigns/hpg_projects GitHub Wiki
A function starts with it's name followed by arguments (also called parameters) separated by commas inside parenthesis.
function_name(argument, argument, argument);
A function starts with it's name followed by arguments (also called parameters) separated by commas inside parenthesis.
function_name(argument, argument, argument);