Keyword: give
Return a value from a function.
glang
# give [value]
func example() {
give true;
}
bark(example()); # 'true' is the return value