For simple logic, standard functions can be too verbose. dryLang supports JavaScript-style arrow functions using ->.
If your arrow function requires multiple lines, wrap the body in braces {} and explicitly use rev to return.
Arrow functions are perfect for passing logic as arguments into other functions.