SyntaxFix
Write A Post
Hire A Developer
Questions
Perhaps you just want to stop executing a long script at some point. ie. like you want to hard code an exit() in C or Python.
print("this is the last message") stop() print("you should not see this")