functions - hpgDesigns/hpgdesigns-dev.io 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);

⚠️ **GitHub.com Fallback** ⚠️