Return a value from a statement.
func example() {
give true;
}
bark(example()); # 'true' is the return value