All public logs

From NSIS Wiki
Jump to navigationJump to search

Combined display of upload, deletion, protection, user block, page move, and sysop logs. You can narrow down the view by selecting a log type, the user name, or the affected page.

Logs
  • 23:47, 27 February 2026 Jan talk contribs created page Assert (Created page with "== Assert == A runtime assertion library , built on top of LogicLib. == Usage == Binary assertions (works with all LogicLib operators): ${Assert} $R0 == "expected" "values match" ${Assert} $R0 != "" "not empty" ${Assert} $R0 ${StartsWith} "Hello" "starts with Hello" ${Assert} $R0 ${Contains} "world" "contains world" Negated assertions: ${AssertNot} $R0 == "bad" "must not be bad" ${Assert...")