output
something
Parameters:
something |
Anything |
the value to be returned |
Description:
Exits the current procedure and returns something.
Examples:
output "hello"
exits the current procedure and returns the string "hello"
.
Related Commands:
end
loop
stop
to