Example:

func lol() {
return the slab
}

func lol(a: int, b: int) {
return a + b
}

print("the sum is ", lol(3, 5))