-
Notifications
You must be signed in to change notification settings - Fork 0
Functions
hpgDesigns edited this page Aug 8, 2021
·
1 revision
A function starts with it's name followed by arguments (also called parameters) separated by commas inside parenthesis.
function_name(argument, argument, argument);
This is number 1