Answers for "how to stop code roblo"

Lua
0

how to stop code roblo

-- exits the current scope

if (condition) then 
    return
	print("Hello World!")
end 

-- code won't print anything
Posted by: Guest on January-28-2021

Browse Popular Code Answers by Language