2 # "regular" function definition:
10 # functions don't need braces, as long as the next statements
13 if(typeof val == "string")
14 println("Hi ", val, "!")
16 println("Hi value ", val.tostring().quote(), "!")
20 # anonymous functions (lambdas):
21 stuff := function(whoosh)