Toggle menu
15
236
75
27.7K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Example of lua debugging: Revision history

From Kenshi Wiki

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.

2 March 2025

  • curprev 01:3901:39, 2 March 2025 Prd talk contribs 188 bytes +188 Created page with "local p = {} p.Hello = 'Hello' function p.calc(num) return num end function p.sum_mult(num) return num + num, num * num end function p.mtable(num) return {num, num+1} end return p"