Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Search - "retrun"
		
- 
				    					
					
					me ={}
 
 function me.returned()
 error, login = http.submit("devrant.com", {"Rexzooly", "magicSource"}, 20);
 if error == 200 then
 //Ya I logged in
 retrun true
 else
 me.resetpassword();
 me.returned();
 end
 end
 
 me.returned().
 
 As the function kind of says ... I AM BACK and I remembered to reset my password :P7
- 
				    					
					
					Was there a rant of the week for worst typos? My top 2 would probably be retrun and celar. On a side note, is typo is oxymoron?7




