*pattern_matching

kb 11.07.2012 16:06

In [1]: a = [b] = [3]

In [2]: a
Out[2]: [3]

In [3]: b
Out[3]: 3

*pattern_matching is used by:

kb

kb