Module:Sandbox/iantresman/sandbox/archive/mw.recursive: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 December 2013

  • curprev 23:0223:02, 11 December 2013 imported>Iantresman 777 bytes +777 Created page with 'local p = {} -- defines a variable p as an empty table, but *not* nil. local a = {} a.b = {} a.b.c = {} a.b.c.d = {} a.b.c.d.e = "some string" a.b.c.f = "some o...'