Go to the first, previous, next, last section, table of contents.


return

Control-struct: return
file: job.t
package: muf
status: alpha

The return operator uneventally returns from the current function. Any return values should be in placed on the stack before executing it.


Go to the first, previous, next, last section, table of contents.