\iffalse <tex-code-1> [\else <tex-code-2>] \fi
\iffalse 命令表示一個 if-then-else 控制結構 的開始。但是 <tex-code-1> 將始終被忽略,如果包含 \else 部分,則處理 <tex-code-2>。