To return something from a function we add the return keyword followed by the value to return, like here with return label.
return
return label
Make sure to pick return, followed by label.
label