def cool() { print "That's cool!" }
Imagine python, but statically typed and with curly braces.
def str greet(str name) { return f"Hello, {name}" }
oh right