====== <> ====== <> closes the usage of the <<[[twine1:if]]>> macro. ====Usage==== The <> macro can be used in formats like these: >%%<<%%if //expression//%%>>%% //Text// %%<<%%endif%%>>%% >%%<<%%if //expression//%%>>%% //Text// %%<<%%else%%>>%% //Text// %%<<%%endif%%>>%% >%%<<%%if //expression//%%>>%% //Text// %%<<%%else if //expression//%%>>%% //Text// ... %%<<%%endif%%>>%% //expression// is an [[expression]] that can evaluate to true or false. //Text// is any amount of passage text that you wish to display only if the condition is //true//. <> is a macro tag indicating the end of the <> macro invocation. Note that the //Text// can contain any Twine code, including an inner <> invocation: <>You are <>about to die<>bleeding<>. Seek help <>