Remove old TWiki pages
[openafs-wiki.git] / TWiki / VarIF.mdwn
diff --git a/TWiki/VarIF.mdwn b/TWiki/VarIF.mdwn
deleted file mode 100644 (file)
index 7c2993d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<a name="VarIF"></a>
-
-### <a name="IF{&quot;condition&quot; ...} -- simple co"></a> IF\{"condition" ...\} -- simple conditionals
-
-- Evaluate a condition and show one text or another based on the result. See details in [[IfStatements]]
-- Syntax: `%IF{"CONDITION" then="THEN" else="ELSE"}%` shows `"THEN"` if `"CONDITION"` evaluates to `TRUE`, otherwise `"ELSE"` will be shown
-- Example: `%IF{"defined FUNFACTOR" then="FUNFACTOR is defined" else="FUNFACTOR is not defined"}%` renders as `FUNFACTOR is not defined`
-- Related: [[$IF()|Main/SpreadSheetPlugin#FuncIF]] of [[SpreadSheetPlugin]]