Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LOL FIOC

Name: Anonymous 2011-06-04 13:01

>>> l = [[0]] * 2
>>> l
[[0], [0]]
>>> l[0][0] = 1
>>> l
[[1], [1]]

Name: Anonymous 2011-06-04 16:49

>>12
Then tell us again why the language has a half baked implementation of anonymous functions. Or why the language has an equally brain dead garbage collector.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List