User:Phineas: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 11: | Line 11: | ||
end  | end  | ||
</syntaxhighlight>  | </syntaxhighlight>  | ||
Revision as of 15:50, 18 March 2013
Sup
function checkG(str)
    if (string.find(string.lower(str), "gapy")) then
        return "Yes, Gaypee is present in the string!"
    else
        return "Nope, I can't find Gaypee in the string!"
    end
    return false
end