| This feature really isn't all that bad! > To declare a function, you can use any letters from the word function (as long as they're in order): > function add (a, b) => a + b! > func multiply (a, b) => a * b! > fun subtract (a, b) => a - b! > fn divide (a, b) => a / b! > functi power (a, b) => a * b! |