Renderers for Wikidot's expression and conditional constructs:
[[#expr EXPRESSION]]
[[#if VALUE | THEN | ELSE]]
[[#ifexpr EXPRESSION | THEN | ELSE]]
All error messages match Wikidot's format ("run-time error: ...").
"run-time error: ..."
Renderers for Wikidot's expression and conditional constructs:
[[#expr EXPRESSION]]-- evaluate a mathematical expression and display the numeric result.[[#if VALUE | THEN | ELSE]]-- simple string-based truthiness check.[[#ifexpr EXPRESSION | THEN | ELSE]]-- evaluate a math expression and branch on the numeric result (0 = false, non-zero = true).All error messages match Wikidot's format (
"run-time error: ...").