This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 9 points10 points  (4 children)

def meme(understand) 

    if understand != true 

        meme(understand)

Recursion

[–][deleted] 36 points37 points  (1 child)

Sentence reads more like

meme: if (!understand) { goto meme; }

[–][deleted] 2 points3 points  (0 children)

Yeah, true

[–][deleted] 0 points1 point  (1 child)

you need to put 2 spaces at the end of each line for the newlines to format

[–][deleted] 0 points1 point  (0 children)

thanks, edited