Here is the script:
for 1==1 true then return end
What exactly does return end?
The script is using the return end to go and stop the script from running any further if the statement given between the "for" and "then" are true or false depending on what you specify.