Revision history of "Hello"

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.

  • curprev 17:44, 8 April 2013Tass talk contribs 100 bytes +100 Created page with "local p = {} function p.world(frame) local foo = "Hello, world!" return foo end return p"