Assert: Revision history

From NSIS Wiki
Jump to navigationJump to search

Legend: (cur) = difference with current version, (last) = difference with preceding version, m = minor edit

27 February 2026

  • curprev 23:4723:47, 27 February 2026Jan talk contribs 1,395 bytes +1,395 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..."