end
Index

End

Format

end

Description

Halts program execution.

Example

print "I am done."
end
print "Or am I?"
will print
I am done.