User Portlet User Portlet

Discussions
Actually those are fine for lvalues. One can do for example the examples below. x[2] = 7 (* Out[57]= 7 *) x[11][5] = 4 (* Out[59]= 4 *) Subscript[w, 2] = 6 (* Out[60]= 6 *) The...