Skip to content

halt

Stop script execution immediately.

halt
# Stop script execution
print "before"
halt
  • if — conditional execution