>>6
I think you mean whatever is in the general vicinity of the word, because you used faggot quotes.
Clever.
Name:
Anonymous2009-06-20 3:14
def in ruby defines a function/method
def square x
x * x
end
square 3
>> 9
no exceptions
Name:
Anonymous2009-06-20 4:32
def is short for defus, a latin word relating to the herding of animals (say sheep by a dog). It's used in these languages as a sense of keeping track of the animals/functions rather than them being wild
def def():
def={"def":"Def Leppard are an English rock band from Sheffield, who formed in 1977 as part of the New Wave of British Heavy Metal movement."}
return def["def"]
Name:
Anonymous2009-06-20 15:49
def dawg():
print("Yo dawg yo")
dawg()
Name:
LOLFIOCLOL2009-06-20 15:51
RuntimeError: maximum recursion depth exceeded
Name:
Anonymous2009-06-20 16:36
>>19
Really now, I wouldn't think that would happen with a function like that.